Shades of Deep Cerise #D83288
Tints of Deep Cerise #D83288
RGB
CMYK
RGB Variations
Color information
#D83288 (or 0xD83288) is known color: Deep Cerise. HEX triplet: D8, 32 and 88. RGB value is (216,50,136). Sum of RGB (Red+Green+Blue) = 216+50+136=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D83288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83288 is #27CD77. Grayscale: #6D6D6D. Windows color (decimal): -2608504 or 8925912. OLE color: 8925912.
HSL color Cylindrical-coordinate representation of color #D83288: hue angle of 328.92º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83288 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 136 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.15 |
| HSL | 328.92º | 0.68% | 0.52% | - |
| HSV(B) | 328.92º | 0.77% | 0.85% | - |
| XYZ | 33.9 | 18.66 | 25.11 | - |
| YUV | 109.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 136 | 0 | 0.77 | 0.37 | 0.15 | 328.92 | 0.68 | 0.52 |
| Hex | D8 | 32 | 88 | 0 | 4D | 25 | F | 149 | 44 | 34 |
| Octal | 330 | 62 | 210 | 0 | 115 | 45 | 17 | 511 | 104 | 64 |
| Binary | 11011000 | 110010 | 10001000 | 0 | 1001101 | 100101 | 1111 | 101001001 | 1000100 | 110100 |
Color Harmonies of #D83288
Complementary color
Monochromatic Colors of #D83288
Black with #D83288
Text Example
Text Example
White with #D83288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83288; }
p { color: rgb(216,50,136); }
H1.HeaderClassName
{
color: #D83288;
}
.AnyTagClassName
{
color: #D83288;
}
</style>
background-color css
<style>
a { background-color: #D83288; }
a { background-color: rgb(216,50,136); }
div.DivClassName
{
background-color: #D83288;
}
.BgClassName
{
background-color: #D83288;
}
</style>
border-color css
<style>
span { border-color: #D83288; }
span { border-color: rgb(216,50,136); }
td.TdClassName
{
border-color: #D83288;
}
.TagClassName
{
border-color: #D83288;
}
</style>