Html Css Color HEX #D02188 Medium Violet Red

📋 copy color: '#D02188'

red 208 ◦ green 33 ◦ blue 136

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

Shades of Medium Violet Red #D02188

Tints of Medium Violet Red #D02188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.75%

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

R = 55.17%
G = 8.75%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D02188 (or 0xD02188) is known color: Medium Violet Red. HEX triplet: D0, 21 and 88. RGB value is (208,33,136). Sum of RGB (Red+Green+Blue) = 208+33+136=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D02188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02188 is #2FDE77. Grayscale: #606060. Windows color (decimal): -3137144 or 8921552. OLE color: 8921552.

HSL color Cylindrical-coordinate representation of color #D02188: hue angle of 324.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02188 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 136 -
CMYK 0 0.84 0.35 0.18
HSL 324.69º 0.73% 0.47% -
HSV(B) 324.69º 0.84% 0.82% -
XYZ 31 16.28 24.8 -
YUV 97.07 149.98 207.12 -
System Red Green Blue C M Y K H S L
Decimal 208 33 136 0 0.84 0.35 0.18 324.69 0.73 0.47
Hex D0 21 88 0 54 23 12 145 49 2F
Octal 320 41 210 0 124 43 22 505 111 57
Binary 11010000 100001 10001000 0 1010100 100011 10010 101000101 1001001 101111

Color Harmonies of #D02188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02188

Black with #D02188

Text Example


Text Example

White with #D02188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02188; }

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

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

background-color css

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

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

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

border-color css

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

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

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