Html Css Color HEX #D02077 Medium Violet Red

📋 copy color: '#D02077'

red 208 ◦ green 32 ◦ blue 119

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

Shades of Medium Violet Red #D02077

Tints of Medium Violet Red #D02077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.91%

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 57.94%
G = 8.91%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D02077 (or 0xD02077) is known color: Medium Violet Red. HEX triplet: D0, 20 and 77. RGB value is (208,32,119). Sum of RGB (Red+Green+Blue) = 208+32+119=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D02077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02077 is #2FDF88. Grayscale: #5E5E5E. Windows color (decimal): -3137417 or 7807184. OLE color: 7807184.

HSL color Cylindrical-coordinate representation of color #D02077: hue angle of 330.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D02077 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 119 -
CMYK 0 0.85 0.43 0.18
HSL 330.34º 0.73% 0.47% -
HSV(B) 330.34º 0.85% 0.82% -
XYZ 29.86 15.77 18.92 -
YUV 94.54 141.81 208.93 -
System Red Green Blue C M Y K H S L
Decimal 208 32 119 0 0.85 0.43 0.18 330.34 0.73 0.47
Hex D0 20 77 0 55 2B 12 14A 49 2F
Octal 320 40 167 0 125 53 22 512 111 57
Binary 11010000 100000 1110111 0 1010101 101011 10010 101001010 1001001 101111

Color Harmonies of #D02077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02077

Black with #D02077

Text Example


Text Example

White with #D02077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02077; }

 p { color: rgb(208,32,119); }

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

background-color css

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

 a { background-color: rgb(208,32,119); }

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

border-color css

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

 span { border-color: rgb(208,32,119); }

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