#D13956

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

Shades of Cerise #D13956

Tints of Cerise #D13956

Color information

#D13956 (or 0xD13956) is unknown color: approx Cerise. HEX triplet: D1, 39 and 56. RGB value is (209,57,86). Sum of RGB (Red+Green+Blue) = 209+57+86=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D13956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13956 is #2EC6A9. Grayscale: #696969. Windows color (decimal): -3065514 or 5650897. OLE color: 5650897.

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

Color convert

RGB2095786-
CMYK00.730.590.18
HSL348.55º62.3%52.16%-
HSV(B)348.55º72.73%81.96%-
XYZ29.4417.1510.56-
YUV105.75116.86201.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 59.38%
GREEN value IS 57 (22.66% from 255) = 16.19%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=59.38%
G=16.19%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209578600.730.590.18348.5562.352.16
HexD139560493B1215d3e34
Octal32171126011173225357664
Binary1101000111100110101100100100111101110010101011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13956; }

 p { color: rgb(209,57,86); }

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

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

 a { background-color: rgb(209,57,86); }

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

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

 span { border-color: rgb(209,57,86); }

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