#D53860

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

Shades of Cerise #D53860

Tints of Cerise #D53860

Color information

#D53860 (or 0xD53860) is unknown color: approx Cerise. HEX triplet: D5, 38 and 60. RGB value is (213,56,96). Sum of RGB (Red+Green+Blue) = 213+56+96=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D53860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53860 is #2AC79F. Grayscale: #6B6B6B. Windows color (decimal): -2803616 or 6306005. OLE color: 6306005.

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

Color convert

RGB2135696-
CMYK00.740.550.16
HSL344.71º65.15%52.75%-
HSV(B)344.71º73.71%83.53%-
XYZ30.9717.8212.87-
YUV107.5121.51203.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.36%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=58.36%
G=15.34%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213569600.740.550.16344.7165.1552.75
HexD5386004A37101594135
Octal325701400112672053110165
Binary11010101111000110000001001010110111100001010110011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53860; }

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

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

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

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

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

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

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

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