#D60DE0

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

Shades of Deep Magenta #D60DE0

Tints of Deep Magenta #D60DE0

Color information

#D60DE0 (or 0xD60DE0) is unknown color: approx Deep Magenta. HEX triplet: D6, 0D and E0. RGB value is (214,13,224). Sum of RGB (Red+Green+Blue) = 214+13+224=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #D60DE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60DE0 is #29F21F. Grayscale: #606060. Windows color (decimal): -2748960 or 14683606. OLE color: 14683606.

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

Color convert

RGB21413224-
CMYK0.040.9400.12
HSL297.16º89.03%46.47%-
HSV(B)297.16º94.2%87.84%-
XYZ41.3319.9772.2-
YUV97.15199.59211.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.45%
GREEN value IS 13 (5.47% from 255) = 2.88%
BLUE value IS 224 (87.89% from 255) = 49.67%
R=47.45%
G=2.88%
B=49.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214132240.040.9400.12297.1689.0346.47
HexD6DE045E0C129592e
Octal32615340413601445113156
Binary110101101101111000001001011110011001001010011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60DE0; }

 p { color: rgb(214,13,224); }

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

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

 a { background-color: rgb(214,13,224); }

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

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

 span { border-color: rgb(214,13,224); }

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