Shades of Deep Cerise #D84294
Tints of Deep Cerise #D84294
RGB
CMYK
RGB Variations
Color information
#D84294 (or 0xD84294) is known color: Deep Cerise. HEX triplet: D8, 42 and 94. RGB value is (216,66,148). Sum of RGB (Red+Green+Blue) = 216+66+148=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D84294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84294 is #27BD6B. Grayscale: #787878. Windows color (decimal): -2604396 or 9716440. OLE color: 9716440.
HSL color Cylindrical-coordinate representation of color #D84294: hue angle of 327.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84294 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 148 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.15 |
| HSL | 327.2º | 0.66% | 0.55% | - |
| HSV(B) | 327.2º | 0.69% | 0.85% | - |
| XYZ | 35.61 | 20.63 | 30.12 | - |
| YUV | 120.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 148 | 0 | 0.69 | 0.31 | 0.15 | 327.2 | 0.66 | 0.55 |
| Hex | D8 | 42 | 94 | 0 | 45 | 1F | F | 147 | 42 | 37 |
| Octal | 330 | 102 | 224 | 0 | 105 | 37 | 17 | 507 | 102 | 67 |
| Binary | 11011000 | 1000010 | 10010100 | 0 | 1000101 | 11111 | 1111 | 101000111 | 1000010 | 110111 |
Color Harmonies of #D84294
Complementary color
Monochromatic Colors of #D84294
Black with #D84294
Text Example
Text Example
White with #D84294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84294; }
p { color: rgb(216,66,148); }
H1.HeaderClassName
{
color: #D84294;
}
.AnyTagClassName
{
color: #D84294;
}
</style>
background-color css
<style>
a { background-color: #D84294; }
a { background-color: rgb(216,66,148); }
div.DivClassName
{
background-color: #D84294;
}
.BgClassName
{
background-color: #D84294;
}
</style>
border-color css
<style>
span { border-color: #D84294; }
span { border-color: rgb(216,66,148); }
td.TdClassName
{
border-color: #D84294;
}
.TagClassName
{
border-color: #D84294;
}
</style>