#D13860

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

Shades of Cerise #D13860

Tints of Cerise #D13860

Color information

#D13860 (or 0xD13860) is unknown color: approx Cerise. HEX triplet: D1, 38 and 60. RGB value is (209,56,96). Sum of RGB (Red+Green+Blue) = 209+56+96=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D13860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13860 is #2EC79F. Grayscale: #6A6A6A. Windows color (decimal): -3065760 or 6306001. OLE color: 6306001.

HSL color Cylindrical-coordinate representation of color #D13860: hue angle of 344.31º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13860 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2095696-
CMYK00.730.540.18
HSL344.31º62.45%51.96%-
HSV(B)344.31º73.21%81.96%-
XYZ29.8217.2312.82-
YUV106.31122.19201.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.89%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=57.89%
G=15.51%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209569600.730.540.18344.3162.4551.96
HexD1386004936121583e34
Octal32170140011166225307664
Binary1101000111100011000000100100111011010010101011000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13860; }

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

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

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

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

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

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

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

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