Shades of Cerise #D72868
Tints of Cerise #D72868
RGB
CMYK
RGB Variations
Color information
#D72868 (or 0xD72868) is known color: Cerise. HEX triplet: D7, 28 and 68. RGB value is (215,40,104). Sum of RGB (Red+Green+Blue) = 215+40+104=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D72868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72868 is #28D797. Grayscale: #636363. Windows color (decimal): -2676632 or 6826199. OLE color: 6826199.
HSL color Cylindrical-coordinate representation of color #D72868: hue angle of 338.06º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72868 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 40 | 104 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.16 |
| HSL | 338.06º | 0.69% | 0.5% | - |
| HSV(B) | 338.06º | 0.81% | 0.84% | - |
| XYZ | 31.28 | 16.96 | 14.72 | - |
| YUV | 99.62 | 130.48 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 40 | 104 | 0 | 0.81 | 0.52 | 0.16 | 338.06 | 0.69 | 0.5 |
| Hex | D7 | 28 | 68 | 0 | 51 | 34 | 10 | 152 | 45 | 32 |
| Octal | 327 | 50 | 150 | 0 | 121 | 64 | 20 | 522 | 105 | 62 |
| Binary | 11010111 | 101000 | 1101000 | 0 | 1010001 | 110100 | 10000 | 101010010 | 1000101 | 110010 |
Color Harmonies of #D72868
Complementary color
Monochromatic Colors of #D72868
Black with #D72868
Text Example
Text Example
White with #D72868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72868; }
p { color: rgb(215,40,104); }
H1.HeaderClassName
{
color: #D72868;
}
.AnyTagClassName
{
color: #D72868;
}
</style>
background-color css
<style>
a { background-color: #D72868; }
a { background-color: rgb(215,40,104); }
div.DivClassName
{
background-color: #D72868;
}
.BgClassName
{
background-color: #D72868;
}
</style>
border-color css
<style>
span { border-color: #D72868; }
span { border-color: rgb(215,40,104); }
td.TdClassName
{
border-color: #D72868;
}
.TagClassName
{
border-color: #D72868;
}
</style>