#D53555

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

Shades of Cerise #D53555

Tints of Cerise #D53555

Color information

#D53555 (or 0xD53555) is unknown color: approx Cerise. HEX triplet: D5, 35 and 55. RGB value is (213,53,85). Sum of RGB (Red+Green+Blue) = 213+53+85=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D53555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53555 is #2ACAAA. Grayscale: #686868. Windows color (decimal): -2804395 or 5584341. OLE color: 5584341.

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

Color convert

RGB2135385-
CMYK00.750.600.16
HSL348º65.57%52.16%-
HSV(B)348º75.12%83.53%-
XYZ30.3517.3510.34-
YUV104.49117.01205.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.68%
GREEN value IS 53 (21.09% from 255) = 15.10%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=60.68%
G=15.10%
B=24.22%

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
Decimal213538500.750.600.1634865.5752.16
HexD5355504B3C1015c4234
Octal325651250113742053410264
Binary11010101110101101010101001011111100100001010111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53555; }

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

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

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

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

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

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

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

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