Shades of Deep Cerise #D83C7B
Tints of Deep Cerise #D83C7B
RGB
CMYK
RGB Variations
Color information
#D83C7B (or 0xD83C7B) is known color: Deep Cerise. HEX triplet: D8, 3C and 7B. RGB value is (216,60,123). Sum of RGB (Red+Green+Blue) = 216+60+123=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83C7B is #27C384. Grayscale: #717171. Windows color (decimal): -2605957 or 8076504. OLE color: 8076504.
HSL color Cylindrical-coordinate representation of color #D83C7B: hue angle of 335.77º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83C7B is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 123 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.15 |
| HSL | 335.77º | 0.67% | 0.54% | - |
| HSV(B) | 335.77º | 0.72% | 0.85% | - |
| XYZ | 33.51 | 19.26 | 20.69 | - |
| YUV | 113.83 | 133.18 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 123 | 0 | 0.72 | 0.43 | 0.15 | 335.77 | 0.67 | 0.54 |
| Hex | D8 | 3C | 7B | 0 | 48 | 2B | F | 150 | 43 | 36 |
| Octal | 330 | 74 | 173 | 0 | 110 | 53 | 17 | 520 | 103 | 66 |
| Binary | 11011000 | 111100 | 1111011 | 0 | 1001000 | 101011 | 1111 | 101010000 | 1000011 | 110110 |
Color Harmonies of #D83C7B
Complementary color
Monochromatic Colors of #D83C7B
Black with #D83C7B
Text Example
Text Example
White with #D83C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C7B; }
p { color: rgb(216,60,123); }
H1.HeaderClassName
{
color: #D83C7B;
}
.AnyTagClassName
{
color: #D83C7B;
}
</style>
background-color css
<style>
a { background-color: #D83C7B; }
a { background-color: rgb(216,60,123); }
div.DivClassName
{
background-color: #D83C7B;
}
.BgClassName
{
background-color: #D83C7B;
}
</style>
border-color css
<style>
span { border-color: #D83C7B; }
span { border-color: rgb(216,60,123); }
td.TdClassName
{
border-color: #D83C7B;
}
.TagClassName
{
border-color: #D83C7B;
}
</style>