Shades of Deep Cerise #D83D7B
Tints of Deep Cerise #D83D7B
RGB
CMYK
RGB Variations
Color information
#D83D7B (or 0xD83D7B) is known color: Deep Cerise. HEX triplet: D8, 3D and 7B. RGB value is (216,61,123). Sum of RGB (Red+Green+Blue) = 216+61+123=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83D7B is #27C284. Grayscale: #727272. Windows color (decimal): -2605701 or 8076760. OLE color: 8076760.
HSL color Cylindrical-coordinate representation of color #D83D7B: hue angle of 336º 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 #D83D7B is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 123 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.15 |
| HSL | 336º | 0.67% | 0.54% | - |
| HSV(B) | 336º | 0.72% | 0.85% | - |
| XYZ | 33.56 | 19.37 | 20.71 | - |
| YUV | 114.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 123 | 0 | 0.72 | 0.43 | 0.15 | 336 | 0.67 | 0.54 |
| Hex | D8 | 3D | 7B | 0 | 48 | 2B | F | 150 | 43 | 36 |
| Octal | 330 | 75 | 173 | 0 | 110 | 53 | 17 | 520 | 103 | 66 |
| Binary | 11011000 | 111101 | 1111011 | 0 | 1001000 | 101011 | 1111 | 101010000 | 1000011 | 110110 |
Color Harmonies of #D83D7B
Complementary color
Monochromatic Colors of #D83D7B
Black with #D83D7B
Text Example
Text Example
White with #D83D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D7B; }
p { color: rgb(216,61,123); }
H1.HeaderClassName
{
color: #D83D7B;
}
.AnyTagClassName
{
color: #D83D7B;
}
</style>
background-color css
<style>
a { background-color: #D83D7B; }
a { background-color: rgb(216,61,123); }
div.DivClassName
{
background-color: #D83D7B;
}
.BgClassName
{
background-color: #D83D7B;
}
</style>
border-color css
<style>
span { border-color: #D83D7B; }
span { border-color: rgb(216,61,123); }
td.TdClassName
{
border-color: #D83D7B;
}
.TagClassName
{
border-color: #D83D7B;
}
</style>