#D52E9C

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

Shades of Deep Cerise #D52E9C

Tints of Deep Cerise #D52E9C

Color information

#D52E9C (or 0xD52E9C) is unknown color: approx Deep Cerise. HEX triplet: D5, 2E and 9C. RGB value is (213,46,156). Sum of RGB (Red+Green+Blue) = 213+46+156=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E9C is #2AD163. Grayscale: #6C6C6C. Windows color (decimal): -2806116 or 10235605. OLE color: 10235605.

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

Color convert

RGB21346156-
CMYK00.780.270.16
HSL320.48º66.53%50.78%-
HSV(B)320.48º78.4%83.53%-
XYZ34.4218.533.21-
YUV108.47154.83202.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.33%
GREEN value IS 46 (18.36% from 255) = 11.08%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=51.33%
G=11.08%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134615600.780.270.16320.4866.5350.78
HexD52E9C04E1B101404333
Octal325562340116332050010363
Binary11010101101110100111000100111011011100001010000001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E9C; }

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

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

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

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

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

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

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

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