#D21ECB

Color #D21ECB Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D21ECB

Tints of Deep Magenta #D21ECB

Color information

#D21ECB (or 0xD21ECB) is unknown color: approx Deep Magenta. HEX triplet: D2, 1E and CB. RGB value is (210,30,203). Sum of RGB (Red+Green+Blue) = 210+30+203=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D21ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21ECB is #2DE134. Grayscale: #676767. Windows color (decimal): -3006773 or 13311698. OLE color: 13311698.

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

Color convert

RGB21030203-
CMYK00.860.030.18
HSL302.33º75%47.06%-
HSV(B)302.33º85.71%82.35%-
XYZ37.8218.9458.16-
YUV103.54184.13203.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.40%
GREEN value IS 30 (12.11% from 255) = 6.77%
BLUE value IS 203 (79.69% from 255) = 45.82%
R=47.40%
G=6.77%
B=45.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103020300.860.030.18302.337547.06
HexD21ECB05631212e4b2f
Octal32236313012632245611357
Binary1101001011110110010110101011011100101001011101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21ECB; }

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

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

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

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

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

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

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

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