#D53556

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

Shades of Cerise #D53556

Tints of Cerise #D53556

Color information

#D53556 (or 0xD53556) is unknown color: approx Cerise. HEX triplet: D5, 35 and 56. RGB value is (213,53,86). Sum of RGB (Red+Green+Blue) = 213+53+86=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D53556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53556 is #2ACAA9. Grayscale: #686868. Windows color (decimal): -2804394 or 5649877. OLE color: 5649877.

HSL color Cylindrical-coordinate representation of color #D53556: hue angle of 347.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53556 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB2135386-
CMYK00.750.600.16
HSL347.62º65.57%52.16%-
HSV(B)347.62º75.12%83.53%-
XYZ30.3917.3610.55-
YUV104.6117.51205.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.51%
GREEN value IS 53 (21.09% from 255) = 15.06%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=60.51%
G=15.06%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213538600.750.600.16347.6265.5752.16
HexD5355604B3C1015c4234
Octal325651260113742053410264
Binary11010101110101101011001001011111100100001010111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53556; }

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

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

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

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

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

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

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

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