#D52CDA

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

Shades of Deep Magenta #D52CDA

Tints of Deep Magenta #D52CDA

Color information

#D52CDA (or 0xD52CDA) is unknown color: approx Deep Magenta. HEX triplet: D5, 2C and DA. RGB value is (213,44,218). Sum of RGB (Red+Green+Blue) = 213+44+218=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 44 (17.58% from 255 or 9.26% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #D52CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CDA is #2AD325. Grayscale: #717171. Windows color (decimal): -2806566 or 14298325. OLE color: 14298325.

HSL color Cylindrical-coordinate representation of color #D52CDA: hue angle of 298.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52CDA is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21344218-
CMYK0.020.8000.15
HSL298.28º70.16%51.37%-
HSV(B)298.28º79.82%85.49%-
XYZ4121.0168.22-
YUV114.37186.49198.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 44 (17.58% from 255) = 9.26%
BLUE value IS 218 (85.55% from 255) = 45.89%
R=44.84%
G=9.26%
B=45.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213442180.020.8000.15298.2870.1651.37
HexD52CDA2500F12a4633
Octal32554332212001745210663
Binary1101010110110011011010101010000011111001010101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52CDA; }

 p { color: rgb(213,44,218); }

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

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

 a { background-color: rgb(213,44,218); }

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

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

 span { border-color: rgb(213,44,218); }

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