Shades of Cerise #D72165
Tints of Cerise #D72165
RGB
CMYK
RGB Variations
Color information
#D72165 (or 0xD72165) is known color: Cerise. HEX triplet: D7, 21 and 65. RGB value is (215,33,101). Sum of RGB (Red+Green+Blue) = 215+33+101=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D72165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72165 is #28DE9A. Grayscale: #5F5F5F. Windows color (decimal): -2678427 or 6627799. OLE color: 6627799.
HSL color Cylindrical-coordinate representation of color #D72165: hue angle of 337.58º 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 #D72165 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 101 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.16 |
| HSL | 337.58º | 0.73% | 0.49% | - |
| HSV(B) | 337.58º | 0.85% | 0.84% | - |
| XYZ | 30.92 | 16.47 | 13.86 | - |
| YUV | 95.17 | 131.3 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 101 | 0 | 0.85 | 0.53 | 0.16 | 337.58 | 0.73 | 0.49 |
| Hex | D7 | 21 | 65 | 0 | 55 | 35 | 10 | 152 | 49 | 31 |
| Octal | 327 | 41 | 145 | 0 | 125 | 65 | 20 | 522 | 111 | 61 |
| Binary | 11010111 | 100001 | 1100101 | 0 | 1010101 | 110101 | 10000 | 101010010 | 1001001 | 110001 |
Color Harmonies of #D72165
Complementary color
Monochromatic Colors of #D72165
Black with #D72165
Text Example
Text Example
White with #D72165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72165; }
p { color: rgb(215,33,101); }
H1.HeaderClassName
{
color: #D72165;
}
.AnyTagClassName
{
color: #D72165;
}
</style>
background-color css
<style>
a { background-color: #D72165; }
a { background-color: rgb(215,33,101); }
div.DivClassName
{
background-color: #D72165;
}
.BgClassName
{
background-color: #D72165;
}
</style>
border-color css
<style>
span { border-color: #D72165; }
span { border-color: rgb(215,33,101); }
td.TdClassName
{
border-color: #D72165;
}
.TagClassName
{
border-color: #D72165;
}
</style>