Shades of Cerise #D13368
Tints of Cerise #D13368
RGB
CMYK
RGB Variations
Color information
#D13368 (or 0xD13368) is known color: Cerise. HEX triplet: D1, 33 and 68. RGB value is (209,51,104). Sum of RGB (Red+Green+Blue) = 209+51+104=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D13368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13368 is #2ECC97. Grayscale: #686868. Windows color (decimal): -3067032 or 6829009. OLE color: 6829009.
HSL color Cylindrical-coordinate representation of color #D13368: hue angle of 339.87º 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 #D13368 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 104 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.18 |
| HSL | 339.87º | 0.63% | 0.51% | - |
| HSV(B) | 339.87º | 0.76% | 0.82% | - |
| XYZ | 29.98 | 16.92 | 14.78 | - |
| YUV | 104.28 | 127.85 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 104 | 0 | 0.76 | 0.50 | 0.18 | 339.87 | 0.63 | 0.51 |
| Hex | D1 | 33 | 68 | 0 | 4C | 32 | 12 | 154 | 3F | 33 |
| Octal | 321 | 63 | 150 | 0 | 114 | 62 | 22 | 524 | 77 | 63 |
| Binary | 11010001 | 110011 | 1101000 | 0 | 1001100 | 110010 | 10010 | 101010100 | 111111 | 110011 |
Color Harmonies of #D13368
Complementary color
Monochromatic Colors of #D13368
Black with #D13368
Text Example
Text Example
White with #D13368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13368; }
p { color: rgb(209,51,104); }
H1.HeaderClassName
{
color: #D13368;
}
.AnyTagClassName
{
color: #D13368;
}
</style>
background-color css
<style>
a { background-color: #D13368; }
a { background-color: rgb(209,51,104); }
div.DivClassName
{
background-color: #D13368;
}
.BgClassName
{
background-color: #D13368;
}
</style>
border-color css
<style>
span { border-color: #D13368; }
span { border-color: rgb(209,51,104); }
td.TdClassName
{
border-color: #D13368;
}
.TagClassName
{
border-color: #D13368;
}
</style>