#D329B7

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

Shades of Deep Magenta #D329B7

Tints of Deep Magenta #D329B7

Color information

#D329B7 (or 0xD329B7) is unknown color: approx Deep Magenta. HEX triplet: D3, 29 and B7. RGB value is (211,41,183). Sum of RGB (Red+Green+Blue) = 211+41+183=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D329B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D329B7 is #2CD648. Grayscale: #6B6B6B. Windows color (decimal): -2938441 or 12003795. OLE color: 12003795.

HSL color Cylindrical-coordinate representation of color #D329B7: hue angle of 309.88º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D329B7 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB21141183-
CMYK00.810.130.17
HSL309.88º67.46%49.41%-
HSV(B)309.88º80.57%82.75%-
XYZ36.218.8546.53-
YUV108.02170.32201.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.51%
GREEN value IS 41 (16.41% from 255) = 9.43%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=48.51%
G=9.43%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114118300.810.130.17309.8867.4649.41
HexD329B7051D111364331
Octal323512670121152146610361
Binary1101001110100110110111010100011101100011001101101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D329B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D329B7; }

 p { color: rgb(211,41,183); }

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

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

 a { background-color: rgb(211,41,183); }

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

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

 span { border-color: rgb(211,41,183); }

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