#D322BC

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

Shades of Deep Magenta #D322BC

Tints of Deep Magenta #D322BC

Color information

#D322BC (or 0xD322BC) is unknown color: approx Deep Magenta. HEX triplet: D3, 22 and BC. RGB value is (211,34,188). Sum of RGB (Red+Green+Blue) = 211+34+188=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D322BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D322BC is #2CDD43. Grayscale: #686868. Windows color (decimal): -2940228 or 12329683. OLE color: 12329683.

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

Color convert

RGB21134188-
CMYK00.840.110.17
HSL307.8º72.24%48.04%-
HSV(B)307.8º83.89%82.75%-
XYZ36.5118.6249.25-
YUV104.48175.14203.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.73%
GREEN value IS 34 (13.67% from 255) = 7.85%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=48.73%
G=7.85%
B=43.42%

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
Decimal2113418800.840.110.17307.872.2448.04
HexD322BC054B111344830
Octal323422740124132146411060
Binary1101001110001010111100010101001011100011001101001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D322BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D322BC; }

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

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

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

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

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

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

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

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