#D219E0

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

Shades of Deep Magenta #D219E0

Tints of Deep Magenta #D219E0

Color information

#D219E0 (or 0xD219E0) is unknown color: approx Deep Magenta. HEX triplet: D2, 19 and E0. RGB value is (210,25,224). Sum of RGB (Red+Green+Blue) = 210+25+224=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #D219E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219E0 is #2DE61F. Grayscale: #666666. Windows color (decimal): -3008032 or 14686674. OLE color: 14686674.

HSL color Cylindrical-coordinate representation of color #D219E0: hue angle of 295.78º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D219E0 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21025224-
CMYK0.060.8900.12
HSL295.78º79.92%48.82%-
HSV(B)295.78º88.84%87.84%-
XYZ40.3819.7872.21-
YUV103196.29204.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 25 (10.16% from 255) = 5.45%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=45.75%
G=5.45%
B=48.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210252240.060.8900.12295.7879.9248.82
HexD219E06590C1285031
Octal32231340613101445012061
Binary1101001011001111000001101011001011001001010001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D219E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D219E0; }

 p { color: rgb(210,25,224); }

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

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

 a { background-color: rgb(210,25,224); }

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

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

 span { border-color: rgb(210,25,224); }

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