#D322BA

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

Shades of Deep Magenta #D322BA

Tints of Deep Magenta #D322BA

Color information

#D322BA (or 0xD322BA) is unknown color: approx Deep Magenta. HEX triplet: D3, 22 and BA. RGB value is (211,34,186). Sum of RGB (Red+Green+Blue) = 211+34+186=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D322BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D322BA is #2CDD45. Grayscale: #676767. Windows color (decimal): -2940230 or 12198611. OLE color: 12198611.

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

Color convert

RGB21134186-
CMYK00.840.120.17
HSL308.47º72.24%48.04%-
HSV(B)308.47º83.89%82.75%-
XYZ36.318.5448.12-
YUV104.25174.14204.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.96%
GREEN value IS 34 (13.67% from 255) = 7.89%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=48.96%
G=7.89%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113418600.840.120.17308.4772.2448.04
HexD322BA054C111344830
Octal323422720124142146411060
Binary1101001110001010111010010101001100100011001101001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D322BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D322BA; }

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

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

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

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

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

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

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

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