Shades of Cerise #D72B68
Tints of Cerise #D72B68
RGB
CMYK
RGB Variations
Color information
#D72B68 (or 0xD72B68) is known color: Cerise. HEX triplet: D7, 2B and 68. RGB value is (215,43,104). Sum of RGB (Red+Green+Blue) = 215+43+104=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72B68 is #28D497. Grayscale: #656565. Windows color (decimal): -2675864 or 6826967. OLE color: 6826967.
HSL color Cylindrical-coordinate representation of color #D72B68: hue angle of 338.72º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72B68 is Cyan = 0, Magento = 0.8, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 43 | 104 | - |
| CMYK | 0 | 0.8 | 0.52 | 0.16 |
| HSL | 338.72º | 0.68% | 0.51% | - |
| HSV(B) | 338.72º | 0.8% | 0.84% | - |
| XYZ | 31.39 | 17.17 | 14.76 | - |
| YUV | 101.38 | 129.48 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 104 | 0 | 0.8 | 0.52 | 0.16 | 338.72 | 0.68 | 0.51 |
| Hex | D7 | 2B | 68 | 0 | 50 | 34 | 10 | 153 | 44 | 33 |
| Octal | 327 | 53 | 150 | 0 | 120 | 64 | 20 | 523 | 104 | 63 |
| Binary | 11010111 | 101011 | 1101000 | 0 | 1010000 | 110100 | 10000 | 101010011 | 1000100 | 110011 |
Color Harmonies of #D72B68
Complementary color
Monochromatic Colors of #D72B68
Black with #D72B68
Text Example
Text Example
White with #D72B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72B68; }
p { color: rgb(215,43,104); }
H1.HeaderClassName
{
color: #D72B68;
}
.AnyTagClassName
{
color: #D72B68;
}
</style>
background-color css
<style>
a { background-color: #D72B68; }
a { background-color: rgb(215,43,104); }
div.DivClassName
{
background-color: #D72B68;
}
.BgClassName
{
background-color: #D72B68;
}
</style>
border-color css
<style>
span { border-color: #D72B68; }
span { border-color: rgb(215,43,104); }
td.TdClassName
{
border-color: #D72B68;
}
.TagClassName
{
border-color: #D72B68;
}
</style>