Shades of Deep Cerise #D8277B
Tints of Deep Cerise #D8277B
RGB
CMYK
RGB Variations
Color information
#D8277B (or 0xD8277B) is known color: Deep Cerise. HEX triplet: D8, 27 and 7B. RGB value is (216,39,123). Sum of RGB (Red+Green+Blue) = 216+39+123=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8277B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8277B is #27D884. Grayscale: #656565. Windows color (decimal): -2611333 or 8071128. OLE color: 8071128.
HSL color Cylindrical-coordinate representation of color #D8277B: hue angle of 331.53º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8277B is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 123 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.15 |
| HSL | 331.53º | 0.69% | 0.5% | - |
| HSV(B) | 331.53º | 0.82% | 0.85% | - |
| XYZ | 32.62 | 17.48 | 20.39 | - |
| YUV | 101.5 | 140.14 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 123 | 0 | 0.82 | 0.43 | 0.15 | 331.53 | 0.69 | 0.5 |
| Hex | D8 | 27 | 7B | 0 | 52 | 2B | F | 14C | 45 | 32 |
| Octal | 330 | 47 | 173 | 0 | 122 | 53 | 17 | 514 | 105 | 62 |
| Binary | 11011000 | 100111 | 1111011 | 0 | 1010010 | 101011 | 1111 | 101001100 | 1000101 | 110010 |
Color Harmonies of #D8277B
Complementary color
Monochromatic Colors of #D8277B
Black with #D8277B
Text Example
Text Example
White with #D8277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8277B; }
p { color: rgb(216,39,123); }
H1.HeaderClassName
{
color: #D8277B;
}
.AnyTagClassName
{
color: #D8277B;
}
</style>
background-color css
<style>
a { background-color: #D8277B; }
a { background-color: rgb(216,39,123); }
div.DivClassName
{
background-color: #D8277B;
}
.BgClassName
{
background-color: #D8277B;
}
</style>
border-color css
<style>
span { border-color: #D8277B; }
span { border-color: rgb(216,39,123); }
td.TdClassName
{
border-color: #D8277B;
}
.TagClassName
{
border-color: #D8277B;
}
</style>