Shades of Deep Cerise #D72F9A
Tints of Deep Cerise #D72F9A
RGB
CMYK
RGB Variations
Color information
#D72F9A (or 0xD72F9A) is known color: Deep Cerise. HEX triplet: D7, 2F and 9A. RGB value is (215,47,154). Sum of RGB (Red+Green+Blue) = 215+47+154=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72F9A is #28D065. Grayscale: #6D6D6D. Windows color (decimal): -2674790 or 10104791. OLE color: 10104791.
HSL color Cylindrical-coordinate representation of color #D72F9A: hue angle of 321.79º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D72F9A is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 154 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.16 |
| HSL | 321.79º | 0.68% | 0.51% | - |
| HSV(B) | 321.79º | 0.78% | 0.84% | - |
| XYZ | 34.87 | 18.81 | 32.37 | - |
| YUV | 109.43 | 153.16 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 154 | 0 | 0.78 | 0.28 | 0.16 | 321.79 | 0.68 | 0.51 |
| Hex | D7 | 2F | 9A | 0 | 4E | 1C | 10 | 142 | 44 | 33 |
| Octal | 327 | 57 | 232 | 0 | 116 | 34 | 20 | 502 | 104 | 63 |
| Binary | 11010111 | 101111 | 10011010 | 0 | 1001110 | 11100 | 10000 | 101000010 | 1000100 | 110011 |
Color Harmonies of #D72F9A
Complementary color
Monochromatic Colors of #D72F9A
Black with #D72F9A
Text Example
Text Example
White with #D72F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72F9A; }
p { color: rgb(215,47,154); }
H1.HeaderClassName
{
color: #D72F9A;
}
.AnyTagClassName
{
color: #D72F9A;
}
</style>
background-color css
<style>
a { background-color: #D72F9A; }
a { background-color: rgb(215,47,154); }
div.DivClassName
{
background-color: #D72F9A;
}
.BgClassName
{
background-color: #D72F9A;
}
</style>
border-color css
<style>
span { border-color: #D72F9A; }
span { border-color: rgb(215,47,154); }
td.TdClassName
{
border-color: #D72F9A;
}
.TagClassName
{
border-color: #D72F9A;
}
</style>