#D52391

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

Shades of Deep Cerise #D52391

Tints of Deep Cerise #D52391

Color information

#D52391 (or 0xD52391) is unknown color: approx Deep Cerise. HEX triplet: D5, 23 and 91. RGB value is (213,35,145). Sum of RGB (Red+Green+Blue) = 213+35+145=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D52391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52391 is #2ADC6E. Grayscale: #646464. Windows color (decimal): -2808943 or 9511893. OLE color: 9511893.

HSL color Cylindrical-coordinate representation of color #D52391: hue angle of 322.92º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52391 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21335145-
CMYK00.840.320.16
HSL322.92º71.77%48.63%-
HSV(B)322.92º83.57%83.53%-
XYZ33.1517.3928.4-
YUV100.76152.97208.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.20%
GREEN value IS 35 (14.06% from 255) = 8.91%
BLUE value IS 145 (57.03% from 255) = 36.90%
R=54.20%
G=8.91%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133514500.840.320.16322.9271.7748.63
HexD5239105420101434831
Octal325432210124402050311061
Binary110101011000111001000101010100100000100001010000111001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52391; }

 p { color: rgb(213,35,145); }

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

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

 a { background-color: rgb(213,35,145); }

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

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

 span { border-color: rgb(213,35,145); }

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