#D53757

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

Shades of Cerise #D53757

Tints of Cerise #D53757

Color information

#D53757 (or 0xD53757) is unknown color: approx Cerise. HEX triplet: D5, 37 and 57. RGB value is (213,55,87). Sum of RGB (Red+Green+Blue) = 213+55+87=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D53757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53757 is #2AC8A8. Grayscale: #696969. Windows color (decimal): -2803881 or 5715925. OLE color: 5715925.

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

Color convert

RGB2135587-
CMYK00.740.590.16
HSL347.85º65.29%52.55%-
HSV(B)347.85º74.18%83.53%-
XYZ30.5317.5710.8-
YUV105.89117.35204.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60%
GREEN value IS 55 (21.88% from 255) = 15.49%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=60%
G=15.49%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213558700.740.590.16347.8565.2952.55
HexD5375704A3B1015c4135
Octal325671270112732053410165
Binary11010101110111101011101001010111011100001010111001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53757; }

 p { color: rgb(213,55,87); }

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

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

 a { background-color: rgb(213,55,87); }

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

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

 span { border-color: rgb(213,55,87); }

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