#D53887

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

Shades of Deep Cerise #D53887

Tints of Deep Cerise #D53887

Color information

#D53887 (or 0xD53887) is unknown color: approx Deep Cerise. HEX triplet: D5, 38 and 87. RGB value is (213,56,135). Sum of RGB (Red+Green+Blue) = 213+56+135=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D53887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53887 is #2AC778. Grayscale: #6F6F6F. Windows color (decimal): -2803577 or 8861909. OLE color: 8861909.

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

Color convert

RGB21356135-
CMYK00.740.370.16
HSL329.81º65.15%52.75%-
HSV(B)329.81º73.71%83.53%-
XYZ33.2318.7224.78-
YUV111.95141.01200.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 56 (22.27% from 255) = 13.86%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=52.72%
G=13.86%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135613500.740.370.16329.8165.1552.75
HexD5388704A251014a4135
Octal325702070112452051210165
Binary110101011110001000011101001010100101100001010010101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53887; }

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

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

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

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

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

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

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

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