Html Css Color HEX #D02079 Medium Violet Red

📋 copy color: '#D02079'

red 208 ◦ green 32 ◦ blue 121

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

Shades of Medium Violet Red #D02079

Tints of Medium Violet Red #D02079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 57.62%
G = 8.86%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D02079 (or 0xD02079) is known color: Medium Violet Red. HEX triplet: D0, 20 and 79. RGB value is (208,32,121). Sum of RGB (Red+Green+Blue) = 208+32+121=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D02079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02079 is #2FDF86. Grayscale: #5E5E5E. Windows color (decimal): -3137415 or 7938256. OLE color: 7938256.

HSL color Cylindrical-coordinate representation of color #D02079: hue angle of 329.66º 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 #D02079 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 32 121 -
CMYK 0 0.85 0.42 0.18
HSL 329.66º 0.73% 0.47% -
HSV(B) 329.66º 0.85% 0.82% -
XYZ 29.98 15.82 19.56 -
YUV 94.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 208 32 121 0 0.85 0.42 0.18 329.66 0.73 0.47
Hex D0 20 79 0 55 2A 12 14A 49 2F
Octal 320 40 171 0 125 52 22 512 111 57
Binary 11010000 100000 1111001 0 1010101 101010 10010 101001010 1001001 101111

Color Harmonies of #D02079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02079

Black with #D02079

Text Example


Text Example

White with #D02079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02079; }

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

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

background-color css

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

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

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

border-color css

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

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

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