#D322CD

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

Shades of Deep Magenta #D322CD

Tints of Deep Magenta #D322CD

Color information

#D322CD (or 0xD322CD) is unknown color: approx Deep Magenta. HEX triplet: D3, 22 and CD. RGB value is (211,34,205). Sum of RGB (Red+Green+Blue) = 211+34+205=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D322CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D322CD is #2CDD32. Grayscale: #696969. Windows color (decimal): -2940211 or 13443795. OLE color: 13443795.

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

Color convert

RGB21134205-
CMYK00.840.030.17
HSL302.03º72.24%48.04%-
HSV(B)302.03º83.89%82.75%-
XYZ38.4619.459.48-
YUV106.42183.64202.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.89%
GREEN value IS 34 (13.67% from 255) = 7.56%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=46.89%
G=7.56%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113420500.840.030.17302.0372.2448.04
HexD322CD05431112e4830
Octal32342315012432145611060
Binary11010011100010110011010101010011100011001011101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D322CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D322CD; }

 p { color: rgb(211,34,205); }

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

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

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

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

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

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

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