#D13858

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

Shades of Cerise #D13858

Tints of Cerise #D13858

Color information

#D13858 (or 0xD13858) is unknown color: approx Cerise. HEX triplet: D1, 38 and 58. RGB value is (209,56,88). Sum of RGB (Red+Green+Blue) = 209+56+88=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D13858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13858 is #2EC7A7. Grayscale: #696969. Windows color (decimal): -3065768 or 5781713. OLE color: 5781713.

HSL color Cylindrical-coordinate representation of color #D13858: hue angle of 347.45º 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 #D13858 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB2095688-
CMYK00.730.580.18
HSL347.45º62.45%51.96%-
HSV(B)347.45º73.21%81.96%-
XYZ29.4717.0910.98-
YUV105.4118.19201.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.21%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=59.21%
G=15.86%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209568800.730.580.18347.4562.4551.96
HexD138580493A1215b3e34
Octal32170130011172225337664
Binary1101000111100010110000100100111101010010101011011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13858; }

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

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

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

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

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

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

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

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