Shades of Cerise #D72464
Tints of Cerise #D72464
RGB
CMYK
RGB Variations
Color information
#D72464 (or 0xD72464) is known color: Cerise. HEX triplet: D7, 24 and 64. RGB value is (215,36,100). Sum of RGB (Red+Green+Blue) = 215+36+100=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D72464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72464 is #28DB9B. Grayscale: #606060. Windows color (decimal): -2677660 or 6563031. OLE color: 6563031.
HSL color Cylindrical-coordinate representation of color #D72464: hue angle of 338.55º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72464 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 100 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.16 |
| HSL | 338.55º | 0.71% | 0.49% | - |
| HSV(B) | 338.55º | 0.83% | 0.84% | - |
| XYZ | 30.96 | 16.63 | 13.63 | - |
| YUV | 96.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 100 | 0 | 0.83 | 0.53 | 0.16 | 338.55 | 0.71 | 0.49 |
| Hex | D7 | 24 | 64 | 0 | 53 | 35 | 10 | 153 | 47 | 31 |
| Octal | 327 | 44 | 144 | 0 | 123 | 65 | 20 | 523 | 107 | 61 |
| Binary | 11010111 | 100100 | 1100100 | 0 | 1010011 | 110101 | 10000 | 101010011 | 1000111 | 110001 |
Color Harmonies of #D72464
Complementary color
Monochromatic Colors of #D72464
Black with #D72464
Text Example
Text Example
White with #D72464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72464; }
p { color: rgb(215,36,100); }
H1.HeaderClassName
{
color: #D72464;
}
.AnyTagClassName
{
color: #D72464;
}
</style>
background-color css
<style>
a { background-color: #D72464; }
a { background-color: rgb(215,36,100); }
div.DivClassName
{
background-color: #D72464;
}
.BgClassName
{
background-color: #D72464;
}
</style>
border-color css
<style>
span { border-color: #D72464; }
span { border-color: rgb(215,36,100); }
td.TdClassName
{
border-color: #D72464;
}
.TagClassName
{
border-color: #D72464;
}
</style>