#d328d3

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

Shades of Deep Magenta #D328D3

Tints of Deep Magenta #D328D3

Color information

#D328D3 (or 0xD328D3) is unknown color: approx Deep Magenta. HEX triplet: D3, 28 and D3. RGB value is (211,40,211). Sum of RGB (Red+Green+Blue) = 211+40+211=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: red, blue. Hex color #D328D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D328D3 is #2CD72C. Grayscale: #6E6E6E. Windows color (decimal): -2938669 or 13838547. OLE color: 13838547.

HSL color Cylindrical-coordinate representation of color #D328D3: hue angle of 300º degrees, saturation: 0.68, 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 #D328D3 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB21140211-
CMYK00.8100.17
HSL300º68.13%49.22%-
HSV(B)300º81.04%82.75%-
XYZ39.3820.0763.43-
YUV110.62184.65199.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.67%
GREEN value IS 40 (16.02% from 255) = 8.66%
BLUE value IS 211 (82.81% from 255) = 45.67%
R=45.67%
G=8.66%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2114021100.8100.1730068.1349.22
HexD328D305101112c4431
Octal32350323012102145410461
Binary1101001110100011010011010100010100011001011001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d328d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d328d3; }

 p { color: rgb(211,40,211); }

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

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

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

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

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

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

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