#D32CCE

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

Shades of Deep Magenta #D32CCE

Tints of Deep Magenta #D32CCE

Color information

#D32CCE (or 0xD32CCE) is unknown color: approx Deep Magenta. HEX triplet: D3, 2C and CE. RGB value is (211,44,206). Sum of RGB (Red+Green+Blue) = 211+44+206=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D32CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32CCE is #2CD331. Grayscale: #6F6F6F. Windows color (decimal): -2937650 or 13511891. OLE color: 13511891.

HSL color Cylindrical-coordinate representation of color #D32CCE: hue angle of 301.8º degrees, saturation: 0.65, 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 #D32CCE is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB21144206-
CMYK00.790.020.17
HSL301.8º65.49%50%-
HSV(B)301.8º79.15%82.75%-
XYZ38.9120.1160.22-
YUV112.4180.83198.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.77%
GREEN value IS 44 (17.58% from 255) = 9.54%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=45.77%
G=9.54%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114420600.790.020.17301.865.4950
HexD32CCE04F21112e4132
Octal32354316011722145610162
Binary11010011101100110011100100111110100011001011101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32CCE; }

 p { color: rgb(211,44,206); }

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

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

 a { background-color: rgb(211,44,206); }

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

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

 span { border-color: rgb(211,44,206); }

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