#D21EA6

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

Shades of Medium Violet Red #D21EA6

Tints of Medium Violet Red #D21EA6

Color information

#D21EA6 (or 0xD21EA6) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1E and A6. RGB value is (210,30,166). Sum of RGB (Red+Green+Blue) = 210+30+166=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21EA6 is #2DE159. Grayscale: #626262. Windows color (decimal): -3006810 or 10886866. OLE color: 10886866.

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

Color convert

RGB21030166-
CMYK00.860.210.18
HSL314.67º75%47.06%-
HSV(B)314.67º85.71%82.35%-
XYZ33.9317.3837.64-
YUV99.32165.63206.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.72%
GREEN value IS 30 (12.11% from 255) = 7.39%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=51.72%
G=7.39%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103016600.860.210.18314.677547.06
HexD21EA6056151213b4b2f
Octal322362460126252247311357
Binary1101001011110101001100101011010101100101001110111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21EA6; }

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

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

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

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

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

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

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

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