#D20CD8

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

Shades of Deep Magenta #D20CD8

Tints of Deep Magenta #D20CD8

Color information

#D20CD8 (or 0xD20CD8) is unknown color: approx Deep Magenta. HEX triplet: D2, 0C and D8. RGB value is (210,12,216). Sum of RGB (Red+Green+Blue) = 210+12+216=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #D20CD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CD8 is #2DF327. Grayscale: #5D5D5D. Windows color (decimal): -3011368 or 14159058. OLE color: 14159058.

HSL color Cylindrical-coordinate representation of color #D20CD8: hue angle of 298.24º 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 #D20CD8 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21012216-
CMYK0.030.9400.15
HSL298.24º89.47%44.71%-
HSV(B)298.24º94.44%84.71%-
XYZ39.118.9266.56-
YUV94.46196.6210.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.95%
GREEN value IS 12 (5.08% from 255) = 2.74%
BLUE value IS 216 (84.77% from 255) = 49.32%
R=47.95%
G=2.74%
B=49.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210122160.030.9400.15298.2489.4744.71
HexD2CD835E0F12a592d
Octal32214330313601745213155
Binary11010010110011011000111011110011111001010101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20CD8; }

 p { color: rgb(210,12,216); }

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

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

 a { background-color: rgb(210,12,216); }

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

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

 span { border-color: rgb(210,12,216); }

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