Html Css Color HEX #D21E89 Medium Violet Red

📋 copy color: '#D21E89'

red 210 ◦ green 30 ◦ blue 137

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

Shades of Medium Violet Red #D21E89

Tints of Medium Violet Red #D21E89

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.96%

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

R = 55.7%
G = 7.96%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D21E89 (or 0xD21E89) is known color: Medium Violet Red. HEX triplet: D2, 1E and 89. RGB value is (210,30,137). Sum of RGB (Red+Green+Blue) = 210+30+137=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21E89 is #2DE176. Grayscale: #5F5F5F. Windows color (decimal): -3006839 or 8986322. OLE color: 8986322.

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

Color convert

RGB 210 30 137 -
CMYK 0 0.86 0.35 0.18
HSL 324.33º 0.75% 0.47% -
HSV(B) 324.33º 0.86% 0.82% -
XYZ 31.56 16.44 25.18 -
YUV 96.02 151.13 209.3 -
System Red Green Blue C M Y K H S L
Decimal 210 30 137 0 0.86 0.35 0.18 324.33 0.75 0.47
Hex D2 1E 89 0 56 23 12 144 4B 2F
Octal 322 36 211 0 126 43 22 504 113 57
Binary 11010010 11110 10001001 0 1010110 100011 10010 101000100 1001011 101111

Color Harmonies of #D21E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E89

Black with #D21E89

Text Example


Text Example

White with #D21E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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