Html Css Color HEX #D02091 Medium Violet Red

📋 copy color: '#D02091'

red 208 ◦ green 32 ◦ blue 145

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

Shades of Medium Violet Red #D02091

Tints of Medium Violet Red #D02091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 54.03%
G = 8.31%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D02091 (or 0xD02091) is known color: Medium Violet Red. HEX triplet: D0, 20 and 91. RGB value is (208,32,145). Sum of RGB (Red+Green+Blue) = 208+32+145=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D02091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02091 is #2FDF6E. Grayscale: #616161. Windows color (decimal): -3137391 or 9511120. OLE color: 9511120.

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

Color convert

RGB 208 32 145 -
CMYK 0 0.85 0.30 0.18
HSL 321.48º 0.73% 0.47% -
HSV(B) 321.48º 0.85% 0.82% -
XYZ 31.64 16.49 28.3 -
YUV 97.51 154.81 206.81 -
System Red Green Blue C M Y K H S L
Decimal 208 32 145 0 0.85 0.30 0.18 321.48 0.73 0.47
Hex D0 20 91 0 55 1E 12 141 49 2F
Octal 320 40 221 0 125 36 22 501 111 57
Binary 11010000 100000 10010001 0 1010101 11110 10010 101000001 1001001 101111

Color Harmonies of #D02091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02091

Black with #D02091

Text Example


Text Example

White with #D02091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02091; }

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

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

background-color css

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

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

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

border-color css

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

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

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