#D53C55

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

Shades of Cerise #D53C55

Tints of Cerise #D53C55

Color information

#D53C55 (or 0xD53C55) is unknown color: approx Cerise. HEX triplet: D5, 3C and 55. RGB value is (213,60,85). Sum of RGB (Red+Green+Blue) = 213+60+85=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53C55 is #2AC3AA. Grayscale: #6C6C6C. Windows color (decimal): -2802603 or 5586133. OLE color: 5586133.

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

Color convert

RGB2136085-
CMYK00.720.600.16
HSL350.2º64.56%53.53%-
HSV(B)350.2º71.83%83.53%-
XYZ30.718.0310.46-
YUV108.6114.69202.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.50%
GREEN value IS 60 (23.83% from 255) = 16.76%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=59.50%
G=16.76%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213608500.720.600.16350.264.5653.53
HexD53C550483C1015e4136
Octal325741250110742053610166
Binary11010101111100101010101001000111100100001010111101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53C55; }

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

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

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

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

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

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

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

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