#D325C8

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

Shades of Deep Magenta #D325C8

Tints of Deep Magenta #D325C8

Color information

#D325C8 (or 0xD325C8) is unknown color: approx Deep Magenta. HEX triplet: D3, 25 and C8. RGB value is (211,37,200). Sum of RGB (Red+Green+Blue) = 211+37+200=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 37 (14.84% from 255 or 8.26% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D325C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D325C8 is #2CDA37. Grayscale: #6B6B6B. Windows color (decimal): -2939448 or 13116883. OLE color: 13116883.

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

Color convert

RGB21137200-
CMYK00.820.050.17
HSL303.79º70.16%48.63%-
HSV(B)303.79º82.46%82.75%-
XYZ37.9519.3456.38-
YUV107.61180.15201.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 37 (14.84% from 255) = 8.26%
BLUE value IS 200 (78.52% from 255) = 44.64%
R=47.10%
G=8.26%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2113720000.820.050.17303.7970.1648.63
HexD325C80525111304631
Octal32345310012252146010661
Binary110100111001011100100001010010101100011001100001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D325C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D325C8; }

 p { color: rgb(211,37,200); }

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

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

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

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

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

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

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