Html Css Color HEX #D02189 Medium Violet Red

📋 copy color: '#D02189'

red 208 ◦ green 33 ◦ blue 137

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

Shades of Medium Violet Red #D02189

Tints of Medium Violet Red #D02189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 55.03%
G = 8.73%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D02189 (or 0xD02189) is known color: Medium Violet Red. HEX triplet: D0, 21 and 89. RGB value is (208,33,137). Sum of RGB (Red+Green+Blue) = 208+33+137=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D02189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02189 is #2FDE76. Grayscale: #606060. Windows color (decimal): -3137143 or 8987088. OLE color: 8987088.

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

Color convert

RGB 208 33 137 -
CMYK 0 0.84 0.34 0.18
HSL 324.34º 0.73% 0.47% -
HSV(B) 324.34º 0.84% 0.82% -
XYZ 31.07 16.3 25.18 -
YUV 97.18 150.48 207.04 -
System Red Green Blue C M Y K H S L
Decimal 208 33 137 0 0.84 0.34 0.18 324.34 0.73 0.47
Hex D0 21 89 0 54 22 12 144 49 2F
Octal 320 41 211 0 124 42 22 504 111 57
Binary 11010000 100001 10001001 0 1010100 100010 10010 101000100 1001001 101111

Color Harmonies of #D02189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02189

Black with #D02189

Text Example


Text Example

White with #D02189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02189; }

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

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

background-color css

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

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

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

border-color css

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

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

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