#D53886

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

Shades of Deep Cerise #D53886

Tints of Deep Cerise #D53886

Color information

#D53886 (or 0xD53886) is unknown color: approx Deep Cerise. HEX triplet: D5, 38 and 86. RGB value is (213,56,134). Sum of RGB (Red+Green+Blue) = 213+56+134=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D53886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53886 is #2AC779. Grayscale: #6F6F6F. Windows color (decimal): -2803578 or 8796373. OLE color: 8796373.

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

Color convert

RGB21356134-
CMYK00.740.370.16
HSL330.19º65.15%52.75%-
HSV(B)330.19º73.71%83.53%-
XYZ33.1618.724.42-
YUV111.84140.51200.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.85%
GREEN value IS 56 (22.27% from 255) = 13.90%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=52.85%
G=13.90%
B=33.25%

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
Decimal2135613400.740.370.16330.1965.1552.75
HexD5388604A251014a4135
Octal325702060112452051210165
Binary110101011110001000011001001010100101100001010010101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53886; }

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

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

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

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

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

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

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

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