Shades of Deep Cerise #D72181
Tints of Deep Cerise #D72181
RGB
CMYK
RGB Variations
Color information
#D72181 (or 0xD72181) is known color: Deep Cerise. HEX triplet: D7, 21 and 81. RGB value is (215,33,129). Sum of RGB (Red+Green+Blue) = 215+33+129=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D72181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72181 is #28DE7E. Grayscale: #626262. Windows color (decimal): -2678399 or 8462807. OLE color: 8462807.
HSL color Cylindrical-coordinate representation of color #D72181: hue angle of 328.35º 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 #D72181 is Cyan = 0, Magento = 0.85, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 129 | - |
| CMYK | 0 | 0.85 | 0.4 | 0.16 |
| HSL | 328.35º | 0.73% | 0.49% | - |
| HSV(B) | 328.35º | 0.85% | 0.84% | - |
| XYZ | 32.53 | 17.12 | 22.36 | - |
| YUV | 98.36 | 145.3 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 129 | 0 | 0.85 | 0.4 | 0.16 | 328.35 | 0.73 | 0.49 |
| Hex | D7 | 21 | 81 | 0 | 55 | 28 | 10 | 148 | 49 | 31 |
| Octal | 327 | 41 | 201 | 0 | 125 | 50 | 20 | 510 | 111 | 61 |
| Binary | 11010111 | 100001 | 10000001 | 0 | 1010101 | 101000 | 10000 | 101001000 | 1001001 | 110001 |
Color Harmonies of #D72181
Complementary color
Monochromatic Colors of #D72181
Black with #D72181
Text Example
Text Example
White with #D72181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72181; }
p { color: rgb(215,33,129); }
H1.HeaderClassName
{
color: #D72181;
}
.AnyTagClassName
{
color: #D72181;
}
</style>
background-color css
<style>
a { background-color: #D72181; }
a { background-color: rgb(215,33,129); }
div.DivClassName
{
background-color: #D72181;
}
.BgClassName
{
background-color: #D72181;
}
</style>
border-color css
<style>
span { border-color: #D72181; }
span { border-color: rgb(215,33,129); }
td.TdClassName
{
border-color: #D72181;
}
.TagClassName
{
border-color: #D72181;
}
</style>