#D53986

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

Shades of Deep Cerise #D53986

Tints of Deep Cerise #D53986

Color information

#D53986 (or 0xD53986) is unknown color: approx Deep Cerise. HEX triplet: D5, 39 and 86. RGB value is (213,57,134). Sum of RGB (Red+Green+Blue) = 213+57+134=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D53986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53986 is #2AC679. Grayscale: #707070. Windows color (decimal): -2803322 or 8796629. OLE color: 8796629.

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

Color convert

RGB21357134-
CMYK00.730.370.16
HSL330.38º65%52.94%-
HSV(B)330.38º73.24%83.53%-
XYZ33.2118.7924.43-
YUV112.42140.18199.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 57 (22.66% from 255) = 14.11%
BLUE value IS 134 (52.73% from 255) = 33.17%
R=52.72%
G=14.11%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2135713400.730.370.16330.386552.94
HexD53986049251014a4135
Octal325712060111452051210165
Binary110101011110011000011001001001100101100001010010101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53986; }

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

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

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

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

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

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

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

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