Shades of Cerise #D13658
Tints of Cerise #D13658
RGB
CMYK
RGB Variations
Color information
#D13658 (or 0xD13658) is known color: Cerise. HEX triplet: D1, 36 and 58. RGB value is (209,54,88). Sum of RGB (Red+Green+Blue) = 209+54+88=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D13658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13658 is #2EC9A7. Grayscale: #686868. Windows color (decimal): -3066280 or 5781201. OLE color: 5781201.
HSL color Cylindrical-coordinate representation of color #D13658: hue angle of 346.84º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13658 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 88 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.18 |
| HSL | 346.84º | 0.63% | 0.52% | - |
| HSV(B) | 346.84º | 0.74% | 0.82% | - |
| XYZ | 29.38 | 16.9 | 10.95 | - |
| YUV | 104.22 | 118.85 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 88 | 0 | 0.74 | 0.58 | 0.18 | 346.84 | 0.63 | 0.52 |
| Hex | D1 | 36 | 58 | 0 | 4A | 3A | 12 | 15B | 3F | 34 |
| Octal | 321 | 66 | 130 | 0 | 112 | 72 | 22 | 533 | 77 | 64 |
| Binary | 11010001 | 110110 | 1011000 | 0 | 1001010 | 111010 | 10010 | 101011011 | 111111 | 110100 |
Color Harmonies of #D13658
Complementary color
Monochromatic Colors of #D13658
Black with #D13658
Text Example
Text Example
White with #D13658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13658; }
p { color: rgb(209,54,88); }
H1.HeaderClassName
{
color: #D13658;
}
.AnyTagClassName
{
color: #D13658;
}
</style>
background-color css
<style>
a { background-color: #D13658; }
a { background-color: rgb(209,54,88); }
div.DivClassName
{
background-color: #D13658;
}
.BgClassName
{
background-color: #D13658;
}
</style>
border-color css
<style>
span { border-color: #D13658; }
span { border-color: rgb(209,54,88); }
td.TdClassName
{
border-color: #D13658;
}
.TagClassName
{
border-color: #D13658;
}
</style>