#d32cd3

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

Shades of Deep Magenta #D32CD3

Tints of Deep Magenta #D32CD3

Color information

#D32CD3 (or 0xD32CD3) is unknown color: approx Deep Magenta. HEX triplet: D3, 2C and D3. RGB value is (211,44,211). Sum of RGB (Red+Green+Blue) = 211+44+211=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D32CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32CD3 is #2CD32C. Grayscale: #707070. Windows color (decimal): -2937645 or 13839571. OLE color: 13839571.

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

Color convert

RGB21144211-
CMYK00.7900.17
HSL300º65.49%50%-
HSV(B)300º79.15%82.75%-
XYZ39.5220.3563.47-
YUV112.97183.33197.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.28%
GREEN value IS 44 (17.58% from 255) = 9.44%
BLUE value IS 211 (82.81% from 255) = 45.28%
R=45.28%
G=9.44%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114421100.7900.1730065.4950
HexD32CD304F01112c4132
Octal32354323011702145410162
Binary1101001110110011010011010011110100011001011001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d32cd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d32cd3; }

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

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

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

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

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

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

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

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