Html Css Color HEX #D02074 Medium Violet Red

📋 copy color: '#D02074'

red 208 ◦ green 32 ◦ blue 116

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

Shades of Medium Violet Red #D02074

Tints of Medium Violet Red #D02074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 58.43%
G = 8.99%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D02074 (or 0xD02074) is known color: Medium Violet Red. HEX triplet: D0, 20 and 74. RGB value is (208,32,116). Sum of RGB (Red+Green+Blue) = 208+32+116=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D02074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02074 is #2FDF8B. Grayscale: #5E5E5E. Windows color (decimal): -3137420 or 7610576. OLE color: 7610576.

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

Color convert

RGB 208 32 116 -
CMYK 0 0.85 0.44 0.18
HSL 331.36º 0.73% 0.47% -
HSV(B) 331.36º 0.85% 0.82% -
XYZ 29.68 15.7 17.99 -
YUV 94.2 140.31 209.17 -
System Red Green Blue C M Y K H S L
Decimal 208 32 116 0 0.85 0.44 0.18 331.36 0.73 0.47
Hex D0 20 74 0 55 2C 12 14B 49 2F
Octal 320 40 164 0 125 54 22 513 111 57
Binary 11010000 100000 1110100 0 1010101 101100 10010 101001011 1001001 101111

Color Harmonies of #D02074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02074

Black with #D02074

Text Example


Text Example

White with #D02074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02074; }

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

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

background-color css

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

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

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

border-color css

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

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

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