#D60CDF

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

Shades of Deep Magenta #D60CDF

Tints of Deep Magenta #D60CDF

Color information

#D60CDF (or 0xD60CDF) is unknown color: approx Deep Magenta. HEX triplet: D6, 0C and DF. RGB value is (214,12,223). Sum of RGB (Red+Green+Blue) = 214+12+223=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #D60CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CDF is #29F320. Grayscale: #5F5F5F. Windows color (decimal): -2749217 or 14617814. OLE color: 14617814.

HSL color Cylindrical-coordinate representation of color #D60CDF: hue angle of 297.44º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60CDF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21412223-
CMYK0.040.9500.13
HSL297.44º89.79%46.08%-
HSV(B)297.44º94.62%87.45%-
XYZ41.1819.8971.48-
YUV96.45199.42211.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 12 (5.08% from 255) = 2.67%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=47.66%
G=2.67%
B=49.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214122230.040.9500.13297.4489.7946.08
HexD6CDF45F0D1295a2e
Octal32614337413701545113256
Binary110101101100110111111001011111011011001010011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60CDF; }

 p { color: rgb(214,12,223); }

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

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

 a { background-color: rgb(214,12,223); }

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

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

 span { border-color: rgb(214,12,223); }

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