Html Css Color HEX #D02088 Medium Violet Red

📋 copy color: '#D02088'

red 208 ◦ green 32 ◦ blue 136

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

Shades of Medium Violet Red #D02088

Tints of Medium Violet Red #D02088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.17%

R = 55.32%
G = 8.51%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D02088 (or 0xD02088) is known color: Medium Violet Red. HEX triplet: D0, 20 and 88. RGB value is (208,32,136). Sum of RGB (Red+Green+Blue) = 208+32+136=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D02088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02088 is #2FDF77. Grayscale: #606060. Windows color (decimal): -3137400 or 8921296. OLE color: 8921296.

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

Color convert

RGB 208 32 136 -
CMYK 0 0.85 0.35 0.18
HSL 324.55º 0.73% 0.47% -
HSV(B) 324.55º 0.85% 0.82% -
XYZ 30.97 16.22 24.79 -
YUV 96.48 150.31 207.54 -
System Red Green Blue C M Y K H S L
Decimal 208 32 136 0 0.85 0.35 0.18 324.55 0.73 0.47
Hex D0 20 88 0 55 23 12 145 49 2F
Octal 320 40 210 0 125 43 22 505 111 57
Binary 11010000 100000 10001000 0 1010101 100011 10010 101000101 1001001 101111

Color Harmonies of #D02088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02088

Black with #D02088

Text Example


Text Example

White with #D02088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02088; }

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

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

background-color css

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

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

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

border-color css

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

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

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