#D20DDA

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

Shades of Deep Magenta #D20DDA

Tints of Deep Magenta #D20DDA

Color information

#D20DDA (or 0xD20DDA) is unknown color: approx Deep Magenta. HEX triplet: D2, 0D and DA. RGB value is (210,13,218). Sum of RGB (Red+Green+Blue) = 210+13+218=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #D20DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DDA is #2DF225. Grayscale: #5E5E5E. Windows color (decimal): -3011110 or 14290386. OLE color: 14290386.

HSL color Cylindrical-coordinate representation of color #D20DDA: hue angle of 297.66º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20DDA is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21013218-
CMYK0.040.9400.15
HSL297.66º88.74%45.29%-
HSV(B)297.66º94.04%85.49%-
XYZ39.3819.0567.93-
YUV95.27197.27209.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 13 (5.47% from 255) = 2.95%
BLUE value IS 218 (85.55% from 255) = 49.43%
R=47.62%
G=2.95%
B=49.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210132180.040.9400.15297.6688.7445.29
HexD2DDA45E0F12a592d
Octal32215332413601745213155
Binary110100101101110110101001011110011111001010101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20DDA; }

 p { color: rgb(210,13,218); }

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

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

 a { background-color: rgb(210,13,218); }

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

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

 span { border-color: rgb(210,13,218); }

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