Shades of Deep Cerise #D83BA1
Tints of Deep Cerise #D83BA1
RGB
CMYK
RGB Variations
Color information
#D83BA1 (or 0xD83BA1) is known color: Deep Cerise. HEX triplet: D8, 3B and A1. RGB value is (216,59,161). Sum of RGB (Red+Green+Blue) = 216+59+161=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D83BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83BA1 is #27C45E. Grayscale: #757575. Windows color (decimal): -2606175 or 10566616. OLE color: 10566616.
HSL color Cylindrical-coordinate representation of color #D83BA1: hue angle of 321.02º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83BA1 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 161 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.15 |
| HSL | 321.02º | 0.67% | 0.54% | - |
| HSV(B) | 321.02º | 0.73% | 0.85% | - |
| XYZ | 36.32 | 20.3 | 35.72 | - |
| YUV | 117.57 | 152.51 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 161 | 0 | 0.73 | 0.25 | 0.15 | 321.02 | 0.67 | 0.54 |
| Hex | D8 | 3B | A1 | 0 | 49 | 19 | F | 141 | 43 | 36 |
| Octal | 330 | 73 | 241 | 0 | 111 | 31 | 17 | 501 | 103 | 66 |
| Binary | 11011000 | 111011 | 10100001 | 0 | 1001001 | 11001 | 1111 | 101000001 | 1000011 | 110110 |
Color Harmonies of #D83BA1
Complementary color
Monochromatic Colors of #D83BA1
Black with #D83BA1
Text Example
Text Example
White with #D83BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83BA1; }
p { color: rgb(216,59,161); }
H1.HeaderClassName
{
color: #D83BA1;
}
.AnyTagClassName
{
color: #D83BA1;
}
</style>
background-color css
<style>
a { background-color: #D83BA1; }
a { background-color: rgb(216,59,161); }
div.DivClassName
{
background-color: #D83BA1;
}
.BgClassName
{
background-color: #D83BA1;
}
</style>
border-color css
<style>
span { border-color: #D83BA1; }
span { border-color: rgb(216,59,161); }
td.TdClassName
{
border-color: #D83BA1;
}
.TagClassName
{
border-color: #D83BA1;
}
</style>