Shades of Deep Cerise #D72184
Tints of Deep Cerise #D72184
RGB
CMYK
RGB Variations
Color information
#D72184 (or 0xD72184) is known color: Deep Cerise. HEX triplet: D7, 21 and 84. RGB value is (215,33,132). Sum of RGB (Red+Green+Blue) = 215+33+132=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D72184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72184 is #28DE7B. Grayscale: #626262. Windows color (decimal): -2678396 or 8659415. OLE color: 8659415.
HSL color Cylindrical-coordinate representation of color #D72184: hue angle of 327.36º 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 #D72184 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 132 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.16 |
| HSL | 327.36º | 0.73% | 0.49% | - |
| HSV(B) | 327.36º | 0.85% | 0.84% | - |
| XYZ | 32.73 | 17.2 | 23.42 | - |
| YUV | 98.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 132 | 0 | 0.85 | 0.39 | 0.16 | 327.36 | 0.73 | 0.49 |
| Hex | D7 | 21 | 84 | 0 | 55 | 27 | 10 | 147 | 49 | 31 |
| Octal | 327 | 41 | 204 | 0 | 125 | 47 | 20 | 507 | 111 | 61 |
| Binary | 11010111 | 100001 | 10000100 | 0 | 1010101 | 100111 | 10000 | 101000111 | 1001001 | 110001 |
Color Harmonies of #D72184
Complementary color
Monochromatic Colors of #D72184
Black with #D72184
Text Example
Text Example
White with #D72184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72184; }
p { color: rgb(215,33,132); }
H1.HeaderClassName
{
color: #D72184;
}
.AnyTagClassName
{
color: #D72184;
}
</style>
background-color css
<style>
a { background-color: #D72184; }
a { background-color: rgb(215,33,132); }
div.DivClassName
{
background-color: #D72184;
}
.BgClassName
{
background-color: #D72184;
}
</style>
border-color css
<style>
span { border-color: #D72184; }
span { border-color: rgb(215,33,132); }
td.TdClassName
{
border-color: #D72184;
}
.TagClassName
{
border-color: #D72184;
}
</style>