Shades of Deep Cerise #D84484
Tints of Deep Cerise #D84484
RGB
CMYK
RGB Variations
Color information
#D84484 (or 0xD84484) is known color: Deep Cerise. HEX triplet: D8, 44 and 84. RGB value is (216,68,132). Sum of RGB (Red+Green+Blue) = 216+68+132=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D84484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84484 is #27BB7B. Grayscale: #777777. Windows color (decimal): -2603900 or 8668376. OLE color: 8668376.
HSL color Cylindrical-coordinate representation of color #D84484: hue angle of 334.05º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84484 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 68 | 132 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.15 |
| HSL | 334.05º | 0.65% | 0.56% | - |
| HSV(B) | 334.05º | 0.69% | 0.85% | - |
| XYZ | 34.55 | 20.4 | 23.95 | - |
| YUV | 119.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 68 | 132 | 0 | 0.69 | 0.39 | 0.15 | 334.05 | 0.65 | 0.56 |
| Hex | D8 | 44 | 84 | 0 | 45 | 27 | F | 14E | 41 | 38 |
| Octal | 330 | 104 | 204 | 0 | 105 | 47 | 17 | 516 | 101 | 70 |
| Binary | 11011000 | 1000100 | 10000100 | 0 | 1000101 | 100111 | 1111 | 101001110 | 1000001 | 111000 |
Color Harmonies of #D84484
Complementary color
Monochromatic Colors of #D84484
Black with #D84484
Text Example
Text Example
White with #D84484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84484; }
p { color: rgb(216,68,132); }
H1.HeaderClassName
{
color: #D84484;
}
.AnyTagClassName
{
color: #D84484;
}
</style>
background-color css
<style>
a { background-color: #D84484; }
a { background-color: rgb(216,68,132); }
div.DivClassName
{
background-color: #D84484;
}
.BgClassName
{
background-color: #D84484;
}
</style>
border-color css
<style>
span { border-color: #D84484; }
span { border-color: rgb(216,68,132); }
td.TdClassName
{
border-color: #D84484;
}
.TagClassName
{
border-color: #D84484;
}
</style>