Html Css Color HEX #D01982 Medium Violet Red

📋 copy color: '#D01982'

red 208 ◦ green 25 ◦ blue 130

#D01982
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D01982

Tints of Medium Violet Red #D01982

RGB

 RED value IS 208 (81.64% from 255) = 57.3%

 GREEN value IS 25 (10.16% from 255) = 6.89%

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 57.3%
G = 6.89%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D01982 (or 0xD01982) is known color: Medium Violet Red. HEX triplet: D0, 19 and 82. RGB value is (208,25,130). Sum of RGB (Red+Green+Blue) = 208+25+130=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D01982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01982 is #2FE67D. Grayscale: #5B5B5B. Windows color (decimal): -3139198 or 8526288. OLE color: 8526288.

HSL color Cylindrical-coordinate representation of color #D01982: hue angle of 325.57º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01982 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 25 130 -
CMYK 0 0.88 0.38 0.18
HSL 325.57º 0.79% 0.46% -
HSV(B) 325.57º 0.88% 0.82% -
XYZ 30.39 15.72 22.55 -
YUV 91.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 208 25 130 0 0.88 0.38 0.18 325.57 0.79 0.46
Hex D0 19 82 0 58 26 12 146 4F 2E
Octal 320 31 202 0 130 46 22 506 117 56
Binary 11010000 11001 10000010 0 1011000 100110 10010 101000110 1001111 101110

Color Harmonies of #D01982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01982

Black with #D01982

Text Example


Text Example

White with #D01982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01982; }

 p { color: rgb(208,25,130); }

 H1.HeaderClassName
 {
   color: #D01982;
 }
 .AnyTagClassName
 {
   color: #D01982;
 }
</style>

background-color css

<style>
 a { background-color: #D01982; }

 a { background-color: rgb(208,25,130); }

 div.DivClassName
 {
   background-color: #D01982;
 }
 .BgClassName
 {
   background-color: #D01982;
 }
</style>

border-color css

<style>
 span { border-color: #D01982; }

 span { border-color: rgb(208,25,130); }

 td.TdClassName
 {
   border-color: #D01982;
 }
 .TagClassName
 {
   border-color: #D01982;
 }
</style>