Shades of Cerise #D13960
Tints of Cerise #D13960
RGB
CMYK
RGB Variations
Color information
#D13960 (or 0xD13960) is known color: Cerise. HEX triplet: D1, 39 and 60. RGB value is (209,57,96). Sum of RGB (Red+Green+Blue) = 209+57+96=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D13960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13960 is #2EC69F. Grayscale: #6A6A6A. Windows color (decimal): -3065504 or 6306257. OLE color: 6306257.
HSL color Cylindrical-coordinate representation of color #D13960: hue angle of 344.61º 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 #D13960 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 96 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.18 |
| HSL | 344.61º | 0.62% | 0.52% | - |
| HSV(B) | 344.61º | 0.73% | 0.82% | - |
| XYZ | 29.87 | 17.33 | 12.84 | - |
| YUV | 106.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 96 | 0 | 0.73 | 0.54 | 0.18 | 344.61 | 0.62 | 0.52 |
| Hex | D1 | 39 | 60 | 0 | 49 | 36 | 12 | 159 | 3E | 34 |
| Octal | 321 | 71 | 140 | 0 | 111 | 66 | 22 | 531 | 76 | 64 |
| Binary | 11010001 | 111001 | 1100000 | 0 | 1001001 | 110110 | 10010 | 101011001 | 111110 | 110100 |
Color Harmonies of #D13960
Complementary color
Monochromatic Colors of #D13960
Black with #D13960
Text Example
Text Example
White with #D13960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13960; }
p { color: rgb(209,57,96); }
H1.HeaderClassName
{
color: #D13960;
}
.AnyTagClassName
{
color: #D13960;
}
</style>
background-color css
<style>
a { background-color: #D13960; }
a { background-color: rgb(209,57,96); }
div.DivClassName
{
background-color: #D13960;
}
.BgClassName
{
background-color: #D13960;
}
</style>
border-color css
<style>
span { border-color: #D13960; }
span { border-color: rgb(209,57,96); }
td.TdClassName
{
border-color: #D13960;
}
.TagClassName
{
border-color: #D13960;
}
</style>