#D52E90

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

Shades of Deep Cerise #D52E90

Tints of Deep Cerise #D52E90

Color information

#D52E90 (or 0xD52E90) is unknown color: approx Deep Cerise. HEX triplet: D5, 2E and 90. RGB value is (213,46,144). Sum of RGB (Red+Green+Blue) = 213+46+144=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52E90 is #2AD16F. Grayscale: #6A6A6A. Windows color (decimal): -2806128 or 9449173. OLE color: 9449173.

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

Color convert

RGB21346144-
CMYK00.780.320.16
HSL324.79º66.53%50.78%-
HSV(B)324.79º78.4%83.53%-
XYZ33.4518.1128.12-
YUV107.1148.83203.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.85%
GREEN value IS 46 (18.36% from 255) = 11.41%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=52.85%
G=11.41%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2134614400.780.320.16324.7966.5350.78
HexD52E9004E20101454333
Octal325562200116402050510363
Binary110101011011101001000001001110100000100001010001011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52E90; }

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

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

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

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

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

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

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

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