Shades of Deep Cerise #D82974
Tints of Deep Cerise #D82974
RGB
CMYK
RGB Variations
Color information
#D82974 (or 0xD82974) is known color: Deep Cerise. HEX triplet: D8, 29 and 74. RGB value is (216,41,116). Sum of RGB (Red+Green+Blue) = 216+41+116=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D82974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82974 is #27D68B. Grayscale: #656565. Windows color (decimal): -2610828 or 7612888. OLE color: 7612888.
HSL color Cylindrical-coordinate representation of color #D82974: hue angle of 334.29º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82974 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 116 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.15 |
| HSL | 334.29º | 0.69% | 0.5% | - |
| HSV(B) | 334.29º | 0.81% | 0.85% | - |
| XYZ | 32.26 | 17.45 | 18.19 | - |
| YUV | 101.88 | 135.98 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 116 | 0 | 0.81 | 0.46 | 0.15 | 334.29 | 0.69 | 0.5 |
| Hex | D8 | 29 | 74 | 0 | 51 | 2E | F | 14E | 45 | 32 |
| Octal | 330 | 51 | 164 | 0 | 121 | 56 | 17 | 516 | 105 | 62 |
| Binary | 11011000 | 101001 | 1110100 | 0 | 1010001 | 101110 | 1111 | 101001110 | 1000101 | 110010 |
Color Harmonies of #D82974
Complementary color
Monochromatic Colors of #D82974
Black with #D82974
Text Example
Text Example
White with #D82974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82974; }
p { color: rgb(216,41,116); }
H1.HeaderClassName
{
color: #D82974;
}
.AnyTagClassName
{
color: #D82974;
}
</style>
background-color css
<style>
a { background-color: #D82974; }
a { background-color: rgb(216,41,116); }
div.DivClassName
{
background-color: #D82974;
}
.BgClassName
{
background-color: #D82974;
}
</style>
border-color css
<style>
span { border-color: #D82974; }
span { border-color: rgb(216,41,116); }
td.TdClassName
{
border-color: #D82974;
}
.TagClassName
{
border-color: #D82974;
}
</style>