Shades of Cerise #D72164
Tints of Cerise #D72164
RGB
CMYK
RGB Variations
Color information
#D72164 (or 0xD72164) is known color: Cerise. HEX triplet: D7, 21 and 64. RGB value is (215,33,100). Sum of RGB (Red+Green+Blue) = 215+33+100=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D72164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72164 is #28DE9B. Grayscale: #5E5E5E. Windows color (decimal): -2678428 or 6562263. OLE color: 6562263.
HSL color Cylindrical-coordinate representation of color #D72164: hue angle of 337.91º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D72164 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 100 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.16 |
| HSL | 337.91º | 0.73% | 0.49% | - |
| HSV(B) | 337.91º | 0.85% | 0.84% | - |
| XYZ | 30.87 | 16.45 | 13.61 | - |
| YUV | 95.06 | 130.8 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 100 | 0 | 0.85 | 0.53 | 0.16 | 337.91 | 0.73 | 0.49 |
| Hex | D7 | 21 | 64 | 0 | 55 | 35 | 10 | 152 | 49 | 31 |
| Octal | 327 | 41 | 144 | 0 | 125 | 65 | 20 | 522 | 111 | 61 |
| Binary | 11010111 | 100001 | 1100100 | 0 | 1010101 | 110101 | 10000 | 101010010 | 1001001 | 110001 |
Color Harmonies of #D72164
Complementary color
Monochromatic Colors of #D72164
Black with #D72164
Text Example
Text Example
White with #D72164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72164; }
p { color: rgb(215,33,100); }
H1.HeaderClassName
{
color: #D72164;
}
.AnyTagClassName
{
color: #D72164;
}
</style>
background-color css
<style>
a { background-color: #D72164; }
a { background-color: rgb(215,33,100); }
div.DivClassName
{
background-color: #D72164;
}
.BgClassName
{
background-color: #D72164;
}
</style>
border-color css
<style>
span { border-color: #D72164; }
span { border-color: rgb(215,33,100); }
td.TdClassName
{
border-color: #D72164;
}
.TagClassName
{
border-color: #D72164;
}
</style>