#D53854

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

Shades of Cerise #D53854

Tints of Cerise #D53854

Color information

#D53854 (or 0xD53854) is unknown color: approx Cerise. HEX triplet: D5, 38 and 54. RGB value is (213,56,84). Sum of RGB (Red+Green+Blue) = 213+56+84=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D53854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53854 is #2AC7AB. Grayscale: #6A6A6A. Windows color (decimal): -2803628 or 5519573. OLE color: 5519573.

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

Color convert

RGB2135684-
CMYK00.740.610.16
HSL349.3º65.15%52.75%-
HSV(B)349.3º73.71%83.53%-
XYZ30.4517.6110.18-
YUV106.14115.51204.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.34%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 84 (33.20% from 255) = 23.80%
R=60.34%
G=15.86%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213568400.740.610.16349.365.1552.75
HexD5385404A3D1015d4135
Octal325701240112752053510165
Binary11010101111000101010001001010111101100001010111011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53854; }

 p { color: rgb(213,56,84); }

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

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

 a { background-color: rgb(213,56,84); }

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

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

 span { border-color: rgb(213,56,84); }

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