#D53889

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

Shades of Deep Cerise #D53889

Tints of Deep Cerise #D53889

Color information

#D53889 (or 0xD53889) is unknown color: approx Deep Cerise. HEX triplet: D5, 38 and 89. RGB value is (213,56,137). Sum of RGB (Red+Green+Blue) = 213+56+137=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D53889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53889 is #2AC776. Grayscale: #707070. Windows color (decimal): -2803575 or 8992981. OLE color: 8992981.

HSL color Cylindrical-coordinate representation of color #D53889: hue angle of 329.04º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53889 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB21356137-
CMYK00.740.360.16
HSL329.04º65.15%52.75%-
HSV(B)329.04º73.71%83.53%-
XYZ33.3718.7825.53-
YUV112.18142.01199.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.46%
GREEN value IS 56 (22.27% from 255) = 13.79%
BLUE value IS 137 (53.91% from 255) = 33.74%
R=52.46%
G=13.79%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135613700.740.360.16329.0465.1552.75
HexD5388904A24101494135
Octal325702110112442051110165
Binary110101011110001000100101001010100100100001010010011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53889; }

 p { color: rgb(213,56,137); }

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

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

 a { background-color: rgb(213,56,137); }

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

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

 span { border-color: rgb(213,56,137); }

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