Shades of Cerise #D72E69
Tints of Cerise #D72E69
RGB
CMYK
RGB Variations
Color information
#D72E69 (or 0xD72E69) is known color: Cerise. HEX triplet: D7, 2E and 69. RGB value is (215,46,105). Sum of RGB (Red+Green+Blue) = 215+46+105=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72E69 is #28D196. Grayscale: #676767. Windows color (decimal): -2675095 or 6893271. OLE color: 6893271.
HSL color Cylindrical-coordinate representation of color #D72E69: hue angle of 339.05º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72E69 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 105 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.16 |
| HSL | 339.05º | 0.68% | 0.51% | - |
| HSV(B) | 339.05º | 0.79% | 0.84% | - |
| XYZ | 31.55 | 17.42 | 15.06 | - |
| YUV | 103.26 | 128.99 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 105 | 0 | 0.79 | 0.51 | 0.16 | 339.05 | 0.68 | 0.51 |
| Hex | D7 | 2E | 69 | 0 | 4F | 33 | 10 | 153 | 44 | 33 |
| Octal | 327 | 56 | 151 | 0 | 117 | 63 | 20 | 523 | 104 | 63 |
| Binary | 11010111 | 101110 | 1101001 | 0 | 1001111 | 110011 | 10000 | 101010011 | 1000100 | 110011 |
Color Harmonies of #D72E69
Complementary color
Monochromatic Colors of #D72E69
Black with #D72E69
Text Example
Text Example
White with #D72E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72E69; }
p { color: rgb(215,46,105); }
H1.HeaderClassName
{
color: #D72E69;
}
.AnyTagClassName
{
color: #D72E69;
}
</style>
background-color css
<style>
a { background-color: #D72E69; }
a { background-color: rgb(215,46,105); }
div.DivClassName
{
background-color: #D72E69;
}
.BgClassName
{
background-color: #D72E69;
}
</style>
border-color css
<style>
span { border-color: #D72E69; }
span { border-color: rgb(215,46,105); }
td.TdClassName
{
border-color: #D72E69;
}
.TagClassName
{
border-color: #D72E69;
}
</style>