#D53956

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

Shades of Cerise #D53956

Tints of Cerise #D53956

Color information

#D53956 (or 0xD53956) is unknown color: approx Cerise. HEX triplet: D5, 39 and 56. RGB value is (213,57,86). Sum of RGB (Red+Green+Blue) = 213+57+86=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D53956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53956 is #2AC6A9. Grayscale: #6A6A6A. Windows color (decimal): -2803370 or 5650901. OLE color: 5650901.

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

Color convert

RGB2135786-
CMYK00.730.600.16
HSL348.85º65%52.94%-
HSV(B)348.85º73.24%83.53%-
XYZ30.5817.7410.62-
YUV106.95116.18203.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.83%
GREEN value IS 57 (22.66% from 255) = 16.01%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=59.83%
G=16.01%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213578600.730.600.16348.856552.94
HexD539560493C1015d4135
Octal325711260111742053510165
Binary11010101111001101011001001001111100100001010111011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53956; }

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

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

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

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

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

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

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

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