#D21E87

Color #D21E87 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D21E87

Tints of Medium Violet Red #D21E87

Color information

#D21E87 (or 0xD21E87) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1E and 87. RGB value is (210,30,135). Sum of RGB (Red+Green+Blue) = 210+30+135=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21E87 is #2DE178. Grayscale: #5F5F5F. Windows color (decimal): -3006841 or 8855250. OLE color: 8855250.

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

Color convert

RGB21030135-
CMYK00.860.360.18
HSL325º75%47.06%-
HSV(B)325º85.71%82.35%-
XYZ31.4216.3824.43-
YUV95.79150.13209.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56%
GREEN value IS 30 (12.11% from 255) = 8%
BLUE value IS 135 (53.12% from 255) = 36%
R=56%
G=8%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103013500.860.360.183257547.06
HexD21E8705624121454b2f
Octal322362070126442250511357
Binary11010010111101000011101010110100100100101010001011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21E87; }

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

 H1.HeaderClassName
 {
   color: #D21E87;
 }
 .AnyTagClassName
 {
   color: #D21E87;
 }
</style>
background-color css

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

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

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

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

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

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