Shades of Deep Cerise #D83BA0
Tints of Deep Cerise #D83BA0
RGB
CMYK
RGB Variations
Color information
#D83BA0 (or 0xD83BA0) is known color: Deep Cerise. HEX triplet: D8, 3B and A0. RGB value is (216,59,160). Sum of RGB (Red+Green+Blue) = 216+59+160=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D83BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83BA0 is #27C45F. Grayscale: #757575. Windows color (decimal): -2606176 or 10501080. OLE color: 10501080.
HSL color Cylindrical-coordinate representation of color #D83BA0: hue angle of 321.4º 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 #D83BA0 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 160 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.15 |
| HSL | 321.4º | 0.67% | 0.54% | - |
| HSV(B) | 321.4º | 0.73% | 0.85% | - |
| XYZ | 36.23 | 20.26 | 35.26 | - |
| YUV | 117.46 | 152.01 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 160 | 0 | 0.73 | 0.26 | 0.15 | 321.4 | 0.67 | 0.54 |
| Hex | D8 | 3B | A0 | 0 | 49 | 1A | F | 141 | 43 | 36 |
| Octal | 330 | 73 | 240 | 0 | 111 | 32 | 17 | 501 | 103 | 66 |
| Binary | 11011000 | 111011 | 10100000 | 0 | 1001001 | 11010 | 1111 | 101000001 | 1000011 | 110110 |
Color Harmonies of #D83BA0
Complementary color
Monochromatic Colors of #D83BA0
Black with #D83BA0
Text Example
Text Example
White with #D83BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83BA0; }
p { color: rgb(216,59,160); }
H1.HeaderClassName
{
color: #D83BA0;
}
.AnyTagClassName
{
color: #D83BA0;
}
</style>
background-color css
<style>
a { background-color: #D83BA0; }
a { background-color: rgb(216,59,160); }
div.DivClassName
{
background-color: #D83BA0;
}
.BgClassName
{
background-color: #D83BA0;
}
</style>
border-color css
<style>
span { border-color: #D83BA0; }
span { border-color: rgb(216,59,160); }
td.TdClassName
{
border-color: #D83BA0;
}
.TagClassName
{
border-color: #D83BA0;
}
</style>