#D52E87

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

Shades of Deep Cerise #D52E87

Tints of Deep Cerise #D52E87

Color information

#D52E87 (or 0xD52E87) is unknown color: approx Deep Cerise. HEX triplet: D5, 2E and 87. RGB value is (213,46,135). Sum of RGB (Red+Green+Blue) = 213+46+135=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E87 is #2AD178. Grayscale: #696969. Windows color (decimal): -2806137 or 8859349. OLE color: 8859349.

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

Color convert

RGB21346135-
CMYK00.780.370.16
HSL328.02º66.53%50.78%-
HSV(B)328.02º78.4%83.53%-
XYZ32.7917.8524.64-
YUV106.08144.33204.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 46 (18.36% from 255) = 11.68%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=54.06%
G=11.68%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134613500.780.370.16328.0266.5350.78
HexD52E8704E25101484333
Octal325562070116452051010363
Binary110101011011101000011101001110100101100001010010001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E87; }

 p { color: rgb(213,46,135); }

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

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

 a { background-color: rgb(213,46,135); }

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

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

 span { border-color: rgb(213,46,135); }

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