Shades of Deep Cerise #D83B9B
Tints of Deep Cerise #D83B9B
RGB
CMYK
RGB Variations
Color information
#D83B9B (or 0xD83B9B) is known color: Deep Cerise. HEX triplet: D8, 3B and 9B. RGB value is (216,59,155). Sum of RGB (Red+Green+Blue) = 216+59+155=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83B9B is #27C464. Grayscale: #747474. Windows color (decimal): -2606181 or 10173400. OLE color: 10173400.
HSL color Cylindrical-coordinate representation of color #D83B9B: hue angle of 323.31º 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 #D83B9B is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 155 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.15 |
| HSL | 323.31º | 0.67% | 0.54% | - |
| HSV(B) | 323.31º | 0.73% | 0.85% | - |
| XYZ | 35.8 | 20.09 | 33 | - |
| YUV | 116.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 155 | 0 | 0.73 | 0.28 | 0.15 | 323.31 | 0.67 | 0.54 |
| Hex | D8 | 3B | 9B | 0 | 49 | 1C | F | 143 | 43 | 36 |
| Octal | 330 | 73 | 233 | 0 | 111 | 34 | 17 | 503 | 103 | 66 |
| Binary | 11011000 | 111011 | 10011011 | 0 | 1001001 | 11100 | 1111 | 101000011 | 1000011 | 110110 |
Color Harmonies of #D83B9B
Complementary color
Monochromatic Colors of #D83B9B
Black with #D83B9B
Text Example
Text Example
White with #D83B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B9B; }
p { color: rgb(216,59,155); }
H1.HeaderClassName
{
color: #D83B9B;
}
.AnyTagClassName
{
color: #D83B9B;
}
</style>
background-color css
<style>
a { background-color: #D83B9B; }
a { background-color: rgb(216,59,155); }
div.DivClassName
{
background-color: #D83B9B;
}
.BgClassName
{
background-color: #D83B9B;
}
</style>
border-color css
<style>
span { border-color: #D83B9B; }
span { border-color: rgb(216,59,155); }
td.TdClassName
{
border-color: #D83B9B;
}
.TagClassName
{
border-color: #D83B9B;
}
</style>