#D52CD1

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

Shades of Deep Magenta #D52CD1

Tints of Deep Magenta #D52CD1

Color information

#D52CD1 (or 0xD52CD1) is unknown color: approx Deep Magenta. HEX triplet: D5, 2C and D1. RGB value is (213,44,209). Sum of RGB (Red+Green+Blue) = 213+44+209=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CD1 is #2AD32E. Grayscale: #707070. Windows color (decimal): -2806575 or 13708501. OLE color: 13708501.

HSL color Cylindrical-coordinate representation of color #D52CD1: hue angle of 301.42º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52CD1 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB21344209-
CMYK00.790.020.16
HSL301.42º66.8%50.39%-
HSV(B)301.42º79.34%83.53%-
XYZ39.8520.5562.19-
YUV113.34181.99199.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 44 (17.58% from 255) = 9.44%
BLUE value IS 209 (82.03% from 255) = 44.85%
R=45.71%
G=9.44%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134420900.790.020.16301.4266.850.39
HexD52CD104F21012d4332
Octal32554321011722045510362
Binary11010101101100110100010100111110100001001011011000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52CD1; }

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

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

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

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

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

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

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

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