#d21eae

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

Shades of Medium Violet Red #D21EAE

Tints of Medium Violet Red #D21EAE

Color information

#D21EAE (or 0xD21EAE) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1E and AE. RGB value is (210,30,174). Sum of RGB (Red+Green+Blue) = 210+30+174=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21EAE is #2DE151. Grayscale: #636363. Windows color (decimal): -3006802 or 11411154. OLE color: 11411154.

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

Color convert

RGB21030174-
CMYK00.860.170.18
HSL312º75%47.06%-
HSV(B)312º85.71%82.35%-
XYZ34.6817.6941.63-
YUV100.24169.63206.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.72%
GREEN value IS 30 (12.11% from 255) = 7.25%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=50.72%
G=7.25%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103017400.860.170.183127547.06
HexD21EAE05611121384b2f
Octal322362560126212247011357
Binary1101001011110101011100101011010001100101001110001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d21eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d21eae; }

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

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

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

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

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

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

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

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