Shades of Deep Cerise #D72384
Tints of Deep Cerise #D72384
RGB
CMYK
RGB Variations
Color information
#D72384 (or 0xD72384) is known color: Deep Cerise. HEX triplet: D7, 23 and 84. RGB value is (215,35,132). Sum of RGB (Red+Green+Blue) = 215+35+132=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D72384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72384 is #28DC7B. Grayscale: #636363. Windows color (decimal): -2677884 or 8659927. OLE color: 8659927.
HSL color Cylindrical-coordinate representation of color #D72384: hue angle of 327.67º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D72384 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 35 | 132 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.16 |
| HSL | 327.67º | 0.72% | 0.49% | - |
| HSV(B) | 327.67º | 0.84% | 0.84% | - |
| XYZ | 32.79 | 17.32 | 23.44 | - |
| YUV | 99.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 35 | 132 | 0 | 0.84 | 0.39 | 0.16 | 327.67 | 0.72 | 0.49 |
| Hex | D7 | 23 | 84 | 0 | 54 | 27 | 10 | 148 | 48 | 31 |
| Octal | 327 | 43 | 204 | 0 | 124 | 47 | 20 | 510 | 110 | 61 |
| Binary | 11010111 | 100011 | 10000100 | 0 | 1010100 | 100111 | 10000 | 101001000 | 1001000 | 110001 |
Color Harmonies of #D72384
Complementary color
Monochromatic Colors of #D72384
Black with #D72384
Text Example
Text Example
White with #D72384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72384; }
p { color: rgb(215,35,132); }
H1.HeaderClassName
{
color: #D72384;
}
.AnyTagClassName
{
color: #D72384;
}
</style>
background-color css
<style>
a { background-color: #D72384; }
a { background-color: rgb(215,35,132); }
div.DivClassName
{
background-color: #D72384;
}
.BgClassName
{
background-color: #D72384;
}
</style>
border-color css
<style>
span { border-color: #D72384; }
span { border-color: rgb(215,35,132); }
td.TdClassName
{
border-color: #D72384;
}
.TagClassName
{
border-color: #D72384;
}
</style>