#D326C6

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

Shades of Deep Magenta #D326C6

Tints of Deep Magenta #D326C6

Color information

#D326C6 (or 0xD326C6) is unknown color: approx Deep Magenta. HEX triplet: D3, 26 and C6. RGB value is (211,38,198). Sum of RGB (Red+Green+Blue) = 211+38+198=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D326C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D326C6 is #2CD939. Grayscale: #6B6B6B. Windows color (decimal): -2939194 or 12986067. OLE color: 12986067.

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

Color convert

RGB21138198-
CMYK00.820.060.17
HSL304.51º69.48%48.82%-
HSV(B)304.51º81.99%82.75%-
XYZ37.7519.3155.16-
YUV107.97178.81201.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.20%
GREEN value IS 38 (15.23% from 255) = 8.50%
BLUE value IS 198 (77.73% from 255) = 44.30%
R=47.20%
G=8.50%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113819800.820.060.17304.5169.4848.82
HexD326C60526111314531
Octal32346306012262146110561
Binary110100111001101100011001010010110100011001100011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D326C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D326C6; }

 p { color: rgb(211,38,198); }

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

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

 a { background-color: rgb(211,38,198); }

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

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

 span { border-color: rgb(211,38,198); }

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