#D00CCD

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

Shades of Deep Magenta #D00CCD

Tints of Deep Magenta #D00CCD

Color information

#D00CCD (or 0xD00CCD) is unknown color: approx Deep Magenta. HEX triplet: D0, 0C and CD. RGB value is (208,12,205). Sum of RGB (Red+Green+Blue) = 208+12+205=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CCD is #2FF332. Grayscale: #5C5C5C. Windows color (decimal): -3142451 or 13438160. OLE color: 13438160.

HSL color Cylindrical-coordinate representation of color #D00CCD: hue angle of 300.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CCD is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB20812205-
CMYK00.940.010.18
HSL300.92º89.09%43.14%-
HSV(B)300.92º94.23%81.57%-
XYZ37.1618.0859.29-
YUV92.61191.43210.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 12 (5.08% from 255) = 2.82%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=48.94%
G=2.82%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081220500.940.010.18300.9289.0943.14
HexD0CCD05E11212d592b
Octal32014315013612245513153
Binary11010000110011001101010111101100101001011011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00CCD; }

 p { color: rgb(208,12,205); }

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

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

 a { background-color: rgb(208,12,205); }

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

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

 span { border-color: rgb(208,12,205); }

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