#D322BB

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

Shades of Deep Magenta #D322BB

Tints of Deep Magenta #D322BB

Color information

#D322BB (or 0xD322BB) is unknown color: approx Deep Magenta. HEX triplet: D3, 22 and BB. RGB value is (211,34,187). Sum of RGB (Red+Green+Blue) = 211+34+187=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D322BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D322BB is #2CDD44. Grayscale: #676767. Windows color (decimal): -2940229 or 12264147. OLE color: 12264147.

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

Color convert

RGB21134187-
CMYK00.840.110.17
HSL308.14º72.24%48.04%-
HSV(B)308.14º83.89%82.75%-
XYZ36.4118.5848.68-
YUV104.36174.64204.06-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.84%
GREEN value IS 34 (13.67% from 255) = 7.87%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=48.84%
G=7.87%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113418700.840.110.17308.1472.2448.04
HexD322BB054B111344830
Octal323422730124132146411060
Binary1101001110001010111011010101001011100011001101001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D322BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D322BB; }

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

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

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

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

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

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

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

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