#D53595

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

Shades of Deep Cerise #D53595

Tints of Deep Cerise #D53595

Color information

#D53595 (or 0xD53595) is unknown color: approx Deep Cerise. HEX triplet: D5, 35 and 95. RGB value is (213,53,149). Sum of RGB (Red+Green+Blue) = 213+53+149=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D53595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53595 is #2ACA6A. Grayscale: #6F6F6F. Windows color (decimal): -2804331 or 9778645. OLE color: 9778645.

HSL color Cylindrical-coordinate representation of color #D53595: hue angle of 324º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53595 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21353149-
CMYK00.750.300.16
HSL324º65.57%52.16%-
HSV(B)324º75.12%83.53%-
XYZ34.1418.8630.28-
YUV111.78149.01200.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.33%
GREEN value IS 53 (21.09% from 255) = 12.77%
BLUE value IS 149 (58.59% from 255) = 35.90%
R=51.33%
G=12.77%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135314900.750.300.1632465.5752.16
HexD5359504B1E101444234
Octal325652250113362050410264
Binary11010101110101100101010100101111110100001010001001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53595; }

 p { color: rgb(213,53,149); }

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

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

 a { background-color: rgb(213,53,149); }

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

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

 span { border-color: rgb(213,53,149); }

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