Shades of Cerise #D72965
Tints of Cerise #D72965
RGB
CMYK
RGB Variations
Color information
#D72965 (or 0xD72965) is known color: Cerise. HEX triplet: D7, 29 and 65. RGB value is (215,41,101). Sum of RGB (Red+Green+Blue) = 215+41+101=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D72965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72965 is #28D69A. Grayscale: #636363. Windows color (decimal): -2676379 or 6629847. OLE color: 6629847.
HSL color Cylindrical-coordinate representation of color #D72965: hue angle of 339.31º 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 #D72965 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 101 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.16 |
| HSL | 339.31º | 0.69% | 0.5% | - |
| HSV(B) | 339.31º | 0.81% | 0.84% | - |
| XYZ | 31.17 | 16.97 | 13.95 | - |
| YUV | 99.87 | 128.65 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 101 | 0 | 0.81 | 0.53 | 0.16 | 339.31 | 0.69 | 0.5 |
| Hex | D7 | 29 | 65 | 0 | 51 | 35 | 10 | 153 | 45 | 32 |
| Octal | 327 | 51 | 145 | 0 | 121 | 65 | 20 | 523 | 105 | 62 |
| Binary | 11010111 | 101001 | 1100101 | 0 | 1010001 | 110101 | 10000 | 101010011 | 1000101 | 110010 |
Color Harmonies of #D72965
Complementary color
Monochromatic Colors of #D72965
Black with #D72965
Text Example
Text Example
White with #D72965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72965; }
p { color: rgb(215,41,101); }
H1.HeaderClassName
{
color: #D72965;
}
.AnyTagClassName
{
color: #D72965;
}
</style>
background-color css
<style>
a { background-color: #D72965; }
a { background-color: rgb(215,41,101); }
div.DivClassName
{
background-color: #D72965;
}
.BgClassName
{
background-color: #D72965;
}
</style>
border-color css
<style>
span { border-color: #D72965; }
span { border-color: rgb(215,41,101); }
td.TdClassName
{
border-color: #D72965;
}
.TagClassName
{
border-color: #D72965;
}
</style>