#D42CCD

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

Shades of Deep Magenta #D42CCD

Tints of Deep Magenta #D42CCD

Color information

#D42CCD (or 0xD42CCD) is unknown color: approx Deep Magenta. HEX triplet: D4, 2C and CD. RGB value is (212,44,205). Sum of RGB (Red+Green+Blue) = 212+44+205=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D42CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CCD is #2BD332. Grayscale: #707070. Windows color (decimal): -2872115 or 13446356. OLE color: 13446356.

HSL color Cylindrical-coordinate representation of color #D42CCD: hue angle of 302.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42CCD is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB21244205-
CMYK00.790.030.17
HSL302.5º66.14%50.2%-
HSV(B)302.5º79.25%83.14%-
XYZ39.0720.2159.6-
YUV112.59180.16198.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.99%
GREEN value IS 44 (17.58% from 255) = 9.54%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=45.99%
G=9.54%
B=44.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124420500.790.030.17302.566.1450.2
HexD42CCD04F31112e4232
Octal32454315011732145610262
Binary11010100101100110011010100111111100011001011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42CCD; }

 p { color: rgb(212,44,205); }

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

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

 a { background-color: rgb(212,44,205); }

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

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

 span { border-color: rgb(212,44,205); }

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