Shades of Cerise #D13259
Tints of Cerise #D13259
RGB
CMYK
RGB Variations
Color information
#D13259 (or 0xD13259) is known color: Cerise. HEX triplet: D1, 32 and 59. RGB value is (209,50,89). Sum of RGB (Red+Green+Blue) = 209+50+89=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D13259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13259 is #2ECDA6. Grayscale: #656565. Windows color (decimal): -3067303 or 5845713. OLE color: 5845713.
HSL color Cylindrical-coordinate representation of color #D13259: hue angle of 345.28º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13259 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 89 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.18 |
| HSL | 345.28º | 0.63% | 0.51% | - |
| HSV(B) | 345.28º | 0.76% | 0.82% | - |
| XYZ | 29.24 | 16.56 | 11.11 | - |
| YUV | 101.99 | 120.68 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 89 | 0 | 0.76 | 0.57 | 0.18 | 345.28 | 0.63 | 0.51 |
| Hex | D1 | 32 | 59 | 0 | 4C | 39 | 12 | 159 | 3F | 33 |
| Octal | 321 | 62 | 131 | 0 | 114 | 71 | 22 | 531 | 77 | 63 |
| Binary | 11010001 | 110010 | 1011001 | 0 | 1001100 | 111001 | 10010 | 101011001 | 111111 | 110011 |
Color Harmonies of #D13259
Complementary color
Monochromatic Colors of #D13259
Black with #D13259
Text Example
Text Example
White with #D13259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13259; }
p { color: rgb(209,50,89); }
H1.HeaderClassName
{
color: #D13259;
}
.AnyTagClassName
{
color: #D13259;
}
</style>
background-color css
<style>
a { background-color: #D13259; }
a { background-color: rgb(209,50,89); }
div.DivClassName
{
background-color: #D13259;
}
.BgClassName
{
background-color: #D13259;
}
</style>
border-color css
<style>
span { border-color: #D13259; }
span { border-color: rgb(209,50,89); }
td.TdClassName
{
border-color: #D13259;
}
.TagClassName
{
border-color: #D13259;
}
</style>