#D520CA

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

Shades of Deep Magenta #D520CA

Tints of Deep Magenta #D520CA

Color information

#D520CA (or 0xD520CA) is unknown color: approx Deep Magenta. HEX triplet: D5, 20 and CA. RGB value is (213,32,202). Sum of RGB (Red+Green+Blue) = 213+32+202=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D520CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D520CA is #2ADF35. Grayscale: #696969. Windows color (decimal): -2809654 or 13246677. OLE color: 13246677.

HSL color Cylindrical-coordinate representation of color #D520CA: hue angle of 303.65º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D520CA is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21332202-
CMYK00.850.050.16
HSL303.65º73.88%48.04%-
HSV(B)303.65º84.98%83.53%-
XYZ38.6219.4457.59-
YUV105.5182.47204.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 32 (12.89% from 255) = 7.16%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=47.65%
G=7.16%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133220200.850.050.16303.6573.8848.04
HexD520CA0555101304a30
Octal32540312012552046011260
Binary110101011000001100101001010101101100001001100001001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D520CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D520CA; }

 p { color: rgb(213,32,202); }

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

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

 a { background-color: rgb(213,32,202); }

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

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

 span { border-color: rgb(213,32,202); }

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