Html Css Color HEX #D02072 Medium Violet Red

📋 copy color: '#D02072'

red 208 ◦ green 32 ◦ blue 114

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

Shades of Medium Violet Red #D02072

Tints of Medium Violet Red #D02072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 58.76%
G = 9.04%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D02072 (or 0xD02072) is known color: Medium Violet Red. HEX triplet: D0, 20 and 72. RGB value is (208,32,114). Sum of RGB (Red+Green+Blue) = 208+32+114=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D02072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02072 is #2FDF8D. Grayscale: #5D5D5D. Windows color (decimal): -3137422 or 7479504. OLE color: 7479504.

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

Color convert

RGB 208 32 114 -
CMYK 0 0.85 0.45 0.18
HSL 332.05º 0.73% 0.47% -
HSV(B) 332.05º 0.85% 0.82% -
XYZ 29.57 15.66 17.38 -
YUV 93.97 139.31 209.33 -
System Red Green Blue C M Y K H S L
Decimal 208 32 114 0 0.85 0.45 0.18 332.05 0.73 0.47
Hex D0 20 72 0 55 2D 12 14C 49 2F
Octal 320 40 162 0 125 55 22 514 111 57
Binary 11010000 100000 1110010 0 1010101 101101 10010 101001100 1001001 101111

Color Harmonies of #D02072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02072

Black with #D02072

Text Example


Text Example

White with #D02072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02072; }

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

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

background-color css

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

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

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

border-color css

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

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

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