Shades of Deep Cerise #D8267B
Tints of Deep Cerise #D8267B
RGB
CMYK
RGB Variations
Color information
#D8267B (or 0xD8267B) is known color: Deep Cerise. HEX triplet: D8, 26 and 7B. RGB value is (216,38,123). Sum of RGB (Red+Green+Blue) = 216+38+123=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8267B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8267B is #27D984. Grayscale: #646464. Windows color (decimal): -2611589 or 8070872. OLE color: 8070872.
HSL color Cylindrical-coordinate representation of color #D8267B: hue angle of 331.35º degrees, saturation: 0.7, 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 #D8267B is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 123 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.15 |
| HSL | 331.35º | 0.7% | 0.5% | - |
| HSV(B) | 331.35º | 0.82% | 0.85% | - |
| XYZ | 32.59 | 17.42 | 20.38 | - |
| YUV | 100.91 | 140.47 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 123 | 0 | 0.82 | 0.43 | 0.15 | 331.35 | 0.7 | 0.5 |
| Hex | D8 | 26 | 7B | 0 | 52 | 2B | F | 14B | 46 | 32 |
| Octal | 330 | 46 | 173 | 0 | 122 | 53 | 17 | 513 | 106 | 62 |
| Binary | 11011000 | 100110 | 1111011 | 0 | 1010010 | 101011 | 1111 | 101001011 | 1000110 | 110010 |
Color Harmonies of #D8267B
Complementary color
Monochromatic Colors of #D8267B
Black with #D8267B
Text Example
Text Example
White with #D8267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8267B; }
p { color: rgb(216,38,123); }
H1.HeaderClassName
{
color: #D8267B;
}
.AnyTagClassName
{
color: #D8267B;
}
</style>
background-color css
<style>
a { background-color: #D8267B; }
a { background-color: rgb(216,38,123); }
div.DivClassName
{
background-color: #D8267B;
}
.BgClassName
{
background-color: #D8267B;
}
</style>
border-color css
<style>
span { border-color: #D8267B; }
span { border-color: rgb(216,38,123); }
td.TdClassName
{
border-color: #D8267B;
}
.TagClassName
{
border-color: #D8267B;
}
</style>