#D324DD

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

Shades of Deep Magenta #D324DD

Tints of Deep Magenta #D324DD

Color information

#D324DD (or 0xD324DD) is unknown color: approx Deep Magenta. HEX triplet: D3, 24 and DD. RGB value is (211,36,221). Sum of RGB (Red+Green+Blue) = 211+36+221=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 36 (14.45% from 255 or 7.69% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #D324DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D324DD is #2CDB22. Grayscale: #6C6C6C. Windows color (decimal): -2939683 or 14492883. OLE color: 14492883.

HSL color Cylindrical-coordinate representation of color #D324DD: hue angle of 296.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D324DD is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21136221-
CMYK0.050.8400.13
HSL296.76º73.12%50.39%-
HSV(B)296.76º83.71%86.67%-
XYZ40.5520.3370.19-
YUV109.42190.98200.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.09%
GREEN value IS 36 (14.45% from 255) = 7.69%
BLUE value IS 221 (86.72% from 255) = 47.22%
R=45.09%
G=7.69%
B=47.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211362210.050.8400.13296.7673.1250.39
HexD324DD5540D1294932
Octal32344335512401545111162
Binary11010011100100110111011011010100011011001010011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D324DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D324DD; }

 p { color: rgb(211,36,221); }

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

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

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

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

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

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

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