Shades of Deep Cerise #D82A74
Tints of Deep Cerise #D82A74
RGB
CMYK
RGB Variations
Color information
#D82A74 (or 0xD82A74) is known color: Deep Cerise. HEX triplet: D8, 2A and 74. RGB value is (216,42,116). Sum of RGB (Red+Green+Blue) = 216+42+116=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82A74 is #27D58B. Grayscale: #666666. Windows color (decimal): -2610572 or 7613144. OLE color: 7613144.
HSL color Cylindrical-coordinate representation of color #D82A74: hue angle of 334.48º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A74 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 116 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.15 |
| HSL | 334.48º | 0.69% | 0.51% | - |
| HSV(B) | 334.48º | 0.81% | 0.85% | - |
| XYZ | 32.3 | 17.52 | 18.2 | - |
| YUV | 102.46 | 135.65 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 116 | 0 | 0.81 | 0.46 | 0.15 | 334.48 | 0.69 | 0.51 |
| Hex | D8 | 2A | 74 | 0 | 51 | 2E | F | 14E | 45 | 33 |
| Octal | 330 | 52 | 164 | 0 | 121 | 56 | 17 | 516 | 105 | 63 |
| Binary | 11011000 | 101010 | 1110100 | 0 | 1010001 | 101110 | 1111 | 101001110 | 1000101 | 110011 |
Color Harmonies of #D82A74
Complementary color
Monochromatic Colors of #D82A74
Black with #D82A74
Text Example
Text Example
White with #D82A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A74; }
p { color: rgb(216,42,116); }
H1.HeaderClassName
{
color: #D82A74;
}
.AnyTagClassName
{
color: #D82A74;
}
</style>
background-color css
<style>
a { background-color: #D82A74; }
a { background-color: rgb(216,42,116); }
div.DivClassName
{
background-color: #D82A74;
}
.BgClassName
{
background-color: #D82A74;
}
</style>
border-color css
<style>
span { border-color: #D82A74; }
span { border-color: rgb(216,42,116); }
td.TdClassName
{
border-color: #D82A74;
}
.TagClassName
{
border-color: #D82A74;
}
</style>