Shades of Deep Cerise #D72182
Tints of Deep Cerise #D72182
RGB
CMYK
RGB Variations
Color information
#D72182 (or 0xD72182) is known color: Deep Cerise. HEX triplet: D7, 21 and 82. RGB value is (215,33,130). Sum of RGB (Red+Green+Blue) = 215+33+130=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D72182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72182 is #28DE7D. Grayscale: #626262. Windows color (decimal): -2678398 or 8528343. OLE color: 8528343.
HSL color Cylindrical-coordinate representation of color #D72182: hue angle of 328.02º 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 #D72182 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 130 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.16 |
| HSL | 328.02º | 0.73% | 0.49% | - |
| HSV(B) | 328.02º | 0.85% | 0.84% | - |
| XYZ | 32.6 | 17.15 | 22.71 | - |
| YUV | 98.48 | 145.8 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 130 | 0 | 0.85 | 0.40 | 0.16 | 328.02 | 0.73 | 0.49 |
| Hex | D7 | 21 | 82 | 0 | 55 | 28 | 10 | 148 | 49 | 31 |
| Octal | 327 | 41 | 202 | 0 | 125 | 50 | 20 | 510 | 111 | 61 |
| Binary | 11010111 | 100001 | 10000010 | 0 | 1010101 | 101000 | 10000 | 101001000 | 1001001 | 110001 |
Color Harmonies of #D72182
Complementary color
Monochromatic Colors of #D72182
Black with #D72182
Text Example
Text Example
White with #D72182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72182; }
p { color: rgb(215,33,130); }
H1.HeaderClassName
{
color: #D72182;
}
.AnyTagClassName
{
color: #D72182;
}
</style>
background-color css
<style>
a { background-color: #D72182; }
a { background-color: rgb(215,33,130); }
div.DivClassName
{
background-color: #D72182;
}
.BgClassName
{
background-color: #D72182;
}
</style>
border-color css
<style>
span { border-color: #D72182; }
span { border-color: rgb(215,33,130); }
td.TdClassName
{
border-color: #D72182;
}
.TagClassName
{
border-color: #D72182;
}
</style>