Shades of Deep Cerise #D72484
Tints of Deep Cerise #D72484
RGB
CMYK
RGB Variations
Color information
#D72484 (or 0xD72484) is known color: Deep Cerise. HEX triplet: D7, 24 and 84. RGB value is (215,36,132). Sum of RGB (Red+Green+Blue) = 215+36+132=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D72484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72484 is #28DB7B. Grayscale: #646464. Windows color (decimal): -2677628 or 8660183. OLE color: 8660183.
HSL color Cylindrical-coordinate representation of color #D72484: hue angle of 327.82º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72484 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 132 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.16 |
| HSL | 327.82º | 0.71% | 0.49% | - |
| HSV(B) | 327.82º | 0.83% | 0.84% | - |
| XYZ | 32.82 | 17.37 | 23.45 | - |
| YUV | 100.47 | 145.8 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 132 | 0 | 0.83 | 0.39 | 0.16 | 327.82 | 0.71 | 0.49 |
| Hex | D7 | 24 | 84 | 0 | 53 | 27 | 10 | 148 | 47 | 31 |
| Octal | 327 | 44 | 204 | 0 | 123 | 47 | 20 | 510 | 107 | 61 |
| Binary | 11010111 | 100100 | 10000100 | 0 | 1010011 | 100111 | 10000 | 101001000 | 1000111 | 110001 |
Color Harmonies of #D72484
Complementary color
Monochromatic Colors of #D72484
Black with #D72484
Text Example
Text Example
White with #D72484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72484; }
p { color: rgb(215,36,132); }
H1.HeaderClassName
{
color: #D72484;
}
.AnyTagClassName
{
color: #D72484;
}
</style>
background-color css
<style>
a { background-color: #D72484; }
a { background-color: rgb(215,36,132); }
div.DivClassName
{
background-color: #D72484;
}
.BgClassName
{
background-color: #D72484;
}
</style>
border-color css
<style>
span { border-color: #D72484; }
span { border-color: rgb(215,36,132); }
td.TdClassName
{
border-color: #D72484;
}
.TagClassName
{
border-color: #D72484;
}
</style>