Shades of Cerise #D72D64
Tints of Cerise #D72D64
RGB
CMYK
RGB Variations
Color information
#D72D64 (or 0xD72D64) is known color: Cerise. HEX triplet: D7, 2D and 64. RGB value is (215,45,100). Sum of RGB (Red+Green+Blue) = 215+45+100=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72D64 is #28D29B. Grayscale: #666666. Windows color (decimal): -2675356 or 6565335. OLE color: 6565335.
HSL color Cylindrical-coordinate representation of color #D72D64: hue angle of 340.59º 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 #D72D64 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 100 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.16 |
| HSL | 340.59º | 0.68% | 0.51% | - |
| HSV(B) | 340.59º | 0.79% | 0.84% | - |
| XYZ | 31.26 | 17.24 | 13.74 | - |
| YUV | 102.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 100 | 0 | 0.79 | 0.53 | 0.16 | 340.59 | 0.68 | 0.51 |
| Hex | D7 | 2D | 64 | 0 | 4F | 35 | 10 | 155 | 44 | 33 |
| Octal | 327 | 55 | 144 | 0 | 117 | 65 | 20 | 525 | 104 | 63 |
| Binary | 11010111 | 101101 | 1100100 | 0 | 1001111 | 110101 | 10000 | 101010101 | 1000100 | 110011 |
Color Harmonies of #D72D64
Complementary color
Monochromatic Colors of #D72D64
Black with #D72D64
Text Example
Text Example
White with #D72D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72D64; }
p { color: rgb(215,45,100); }
H1.HeaderClassName
{
color: #D72D64;
}
.AnyTagClassName
{
color: #D72D64;
}
</style>
background-color css
<style>
a { background-color: #D72D64; }
a { background-color: rgb(215,45,100); }
div.DivClassName
{
background-color: #D72D64;
}
.BgClassName
{
background-color: #D72D64;
}
</style>
border-color css
<style>
span { border-color: #D72D64; }
span { border-color: rgb(215,45,100); }
td.TdClassName
{
border-color: #D72D64;
}
.TagClassName
{
border-color: #D72D64;
}
</style>