#d52ccc

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

Shades of Deep Magenta #D52CCC

Tints of Deep Magenta #D52CCC

Color information

#D52CCC (or 0xD52CCC) is unknown color: approx Deep Magenta. HEX triplet: D5, 2C and CC. RGB value is (213,44,204). Sum of RGB (Red+Green+Blue) = 213+44+204=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D52CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D52CCC is #2AD333. Grayscale: #707070. Windows color (decimal): -2806580 or 13380821. OLE color: 13380821.

HSL color Cylindrical-coordinate representation of color #D52CCC: hue angle of 303.2º 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 #D52CCC is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21344204-
CMYK00.790.040.16
HSL303.2º66.8%50.39%-
HSV(B)303.2º79.34%83.53%-
XYZ39.2420.3158.98-
YUV112.77179.49199.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 44 (17.58% from 255) = 9.54%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=46.20%
G=9.54%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134420400.790.040.16303.266.850.39
HexD52CCC04F41012f4332
Octal32554314011742045710362
Binary110101011011001100110001001111100100001001011111000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d52ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d52ccc; }

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

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

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

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

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

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

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

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