Html Css Color HEX #D20E89 Medium Violet Red

📋 copy color: '#D20E89'

red 210 ◦ green 14 ◦ blue 137

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

Shades of Medium Violet Red #D20E89

Tints of Medium Violet Red #D20E89

RGB

 RED value IS 210 (82.42% from 255) = 58.17%

 GREEN value IS 14 (5.86% from 255) = 3.88%

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

R = 58.17%
G = 3.88%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D20E89 (or 0xD20E89) is known color: Medium Violet Red. HEX triplet: D2, 0E and 89. RGB value is (210,14,137). Sum of RGB (Red+Green+Blue) = 210+14+137=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20E89 is #2DF176. Grayscale: #565656. Windows color (decimal): -3010935 or 8982226. OLE color: 8982226.

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

Color convert

RGB 210 14 137 -
CMYK 0 0.93 0.35 0.18
HSL 322.35º 0.88% 0.44% -
HSV(B) 322.35º 0.93% 0.82% -
XYZ 31.25 15.82 25.07 -
YUV 86.63 156.43 216 -
System Red Green Blue C M Y K H S L
Decimal 210 14 137 0 0.93 0.35 0.18 322.35 0.88 0.44
Hex D2 E 89 0 5D 23 12 142 58 2C
Octal 322 16 211 0 135 43 22 502 130 54
Binary 11010010 1110 10001001 0 1011101 100011 10010 101000010 1011000 101100

Color Harmonies of #D20E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E89

Black with #D20E89

Text Example


Text Example

White with #D20E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E89; }

 p { color: rgb(210,14,137); }

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

background-color css

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

 a { background-color: rgb(210,14,137); }

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

border-color css

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

 span { border-color: rgb(210,14,137); }

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