#D325DA

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

Shades of Deep Magenta #D325DA

Tints of Deep Magenta #D325DA

Color information

#D325DA (or 0xD325DA) is unknown color: approx Deep Magenta. HEX triplet: D3, 25 and DA. RGB value is (211,37,218). Sum of RGB (Red+Green+Blue) = 211+37+218=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #D325DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D325DA is #2CDA25. Grayscale: #6D6D6D. Windows color (decimal): -2939430 or 14296531. OLE color: 14296531.

HSL color Cylindrical-coordinate representation of color #D325DA: hue angle of 297.68º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D325DA is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21137218-
CMYK0.030.8300.15
HSL297.68º70.98%50%-
HSV(B)297.68º83.03%85.49%-
XYZ40.1820.2368.12-
YUV109.66189.15200.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.28%
GREEN value IS 37 (14.84% from 255) = 7.94%
BLUE value IS 218 (85.55% from 255) = 46.78%
R=45.28%
G=7.94%
B=46.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal211372180.030.8300.15297.6870.9850
HexD325DA3530F12a4732
Octal32345332312301745210762
Binary1101001110010111011010111010011011111001010101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D325DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D325DA; }

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

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

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

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

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

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

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

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