#D60CB6

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

Shades of Deep Magenta #D60CB6

Tints of Deep Magenta #D60CB6

Color information

#D60CB6 (or 0xD60CB6) is unknown color: approx Deep Magenta. HEX triplet: D6, 0C and B6. RGB value is (214,12,182). Sum of RGB (Red+Green+Blue) = 214+12+182=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CB6 is #29F349. Grayscale: #5B5B5B. Windows color (decimal): -2749258 or 11930838. OLE color: 11930838.

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

Color convert

RGB21412182-
CMYK00.940.150.16
HSL309.5º89.38%44.31%-
HSV(B)309.5º94.39%83.92%-
XYZ36.3117.9445.8-
YUV91.78178.92215.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.45%
GREEN value IS 12 (5.08% from 255) = 2.94%
BLUE value IS 182 (71.48% from 255) = 44.61%
R=52.45%
G=2.94%
B=44.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141218200.940.150.16309.589.3844.31
HexD6CB605EF10136592c
Octal326142660136172046613154
Binary11010110110010110110010111101111100001001101101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60CB6; }

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

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

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

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

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

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

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

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