Shades of Cerise #D72E6B
Tints of Cerise #D72E6B
RGB
CMYK
RGB Variations
Color information
#D72E6B (or 0xD72E6B) is known color: Cerise. HEX triplet: D7, 2E and 6B. RGB value is (215,46,107). Sum of RGB (Red+Green+Blue) = 215+46+107=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72E6B is #28D194. Grayscale: #676767. Windows color (decimal): -2675093 or 7024343. OLE color: 7024343.
HSL color Cylindrical-coordinate representation of color #D72E6B: hue angle of 338.34º 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 #D72E6B is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 46 | 107 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.16 |
| HSL | 338.34º | 0.68% | 0.51% | - |
| HSV(B) | 338.34º | 0.79% | 0.84% | - |
| XYZ | 31.66 | 17.46 | 15.61 | - |
| YUV | 103.49 | 129.99 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 107 | 0 | 0.79 | 0.50 | 0.16 | 338.34 | 0.68 | 0.51 |
| Hex | D7 | 2E | 6B | 0 | 4F | 32 | 10 | 152 | 44 | 33 |
| Octal | 327 | 56 | 153 | 0 | 117 | 62 | 20 | 522 | 104 | 63 |
| Binary | 11010111 | 101110 | 1101011 | 0 | 1001111 | 110010 | 10000 | 101010010 | 1000100 | 110011 |
Color Harmonies of #D72E6B
Complementary color
Monochromatic Colors of #D72E6B
Black with #D72E6B
Text Example
Text Example
White with #D72E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72E6B; }
p { color: rgb(215,46,107); }
H1.HeaderClassName
{
color: #D72E6B;
}
.AnyTagClassName
{
color: #D72E6B;
}
</style>
background-color css
<style>
a { background-color: #D72E6B; }
a { background-color: rgb(215,46,107); }
div.DivClassName
{
background-color: #D72E6B;
}
.BgClassName
{
background-color: #D72E6B;
}
</style>
border-color css
<style>
span { border-color: #D72E6B; }
span { border-color: rgb(215,46,107); }
td.TdClassName
{
border-color: #D72E6B;
}
.TagClassName
{
border-color: #D72E6B;
}
</style>