Shades of Deep Cerise #D8227B
Tints of Deep Cerise #D8227B
RGB
CMYK
RGB Variations
Color information
#D8227B (or 0xD8227B) is known color: Deep Cerise. HEX triplet: D8, 22 and 7B. RGB value is (216,34,123). Sum of RGB (Red+Green+Blue) = 216+34+123=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8227B is #27DD84. Grayscale: #626262. Windows color (decimal): -2612613 or 8069848. OLE color: 8069848.
HSL color Cylindrical-coordinate representation of color #D8227B: hue angle of 330.66º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8227B is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 123 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.15 |
| HSL | 330.66º | 0.73% | 0.49% | - |
| HSV(B) | 330.66º | 0.84% | 0.85% | - |
| XYZ | 32.47 | 17.17 | 20.34 | - |
| YUV | 98.56 | 141.8 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 123 | 0 | 0.84 | 0.43 | 0.15 | 330.66 | 0.73 | 0.49 |
| Hex | D8 | 22 | 7B | 0 | 54 | 2B | F | 14B | 49 | 31 |
| Octal | 330 | 42 | 173 | 0 | 124 | 53 | 17 | 513 | 111 | 61 |
| Binary | 11011000 | 100010 | 1111011 | 0 | 1010100 | 101011 | 1111 | 101001011 | 1001001 | 110001 |
Color Harmonies of #D8227B
Complementary color
Monochromatic Colors of #D8227B
Black with #D8227B
Text Example
Text Example
White with #D8227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8227B; }
p { color: rgb(216,34,123); }
H1.HeaderClassName
{
color: #D8227B;
}
.AnyTagClassName
{
color: #D8227B;
}
</style>
background-color css
<style>
a { background-color: #D8227B; }
a { background-color: rgb(216,34,123); }
div.DivClassName
{
background-color: #D8227B;
}
.BgClassName
{
background-color: #D8227B;
}
</style>
border-color css
<style>
span { border-color: #D8227B; }
span { border-color: rgb(216,34,123); }
td.TdClassName
{
border-color: #D8227B;
}
.TagClassName
{
border-color: #D8227B;
}
</style>