Shades of Cerise #D8225B
Tints of Cerise #D8225B
RGB
CMYK
RGB Variations
Color information
#D8225B (or 0xD8225B) is known color: Cerise. HEX triplet: D8, 22 and 5B. RGB value is (216,34,91). Sum of RGB (Red+Green+Blue) = 216+34+91=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8225B is #27DDA4. Grayscale: #5E5E5E. Windows color (decimal): -2612645 or 5972696. OLE color: 5972696.
HSL color Cylindrical-coordinate representation of color #D8225B: hue angle of 341.21º 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 #D8225B is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 34 | 91 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.15 |
| HSL | 341.21º | 0.73% | 0.49% | - |
| HSV(B) | 341.21º | 0.84% | 0.85% | - |
| XYZ | 30.78 | 16.5 | 11.46 | - |
| YUV | 94.92 | 125.8 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 34 | 91 | 0 | 0.84 | 0.58 | 0.15 | 341.21 | 0.73 | 0.49 |
| Hex | D8 | 22 | 5B | 0 | 54 | 3A | F | 155 | 49 | 31 |
| Octal | 330 | 42 | 133 | 0 | 124 | 72 | 17 | 525 | 111 | 61 |
| Binary | 11011000 | 100010 | 1011011 | 0 | 1010100 | 111010 | 1111 | 101010101 | 1001001 | 110001 |
Color Harmonies of #D8225B
Complementary color
Monochromatic Colors of #D8225B
Black with #D8225B
Text Example
Text Example
White with #D8225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8225B; }
p { color: rgb(216,34,91); }
H1.HeaderClassName
{
color: #D8225B;
}
.AnyTagClassName
{
color: #D8225B;
}
</style>
background-color css
<style>
a { background-color: #D8225B; }
a { background-color: rgb(216,34,91); }
div.DivClassName
{
background-color: #D8225B;
}
.BgClassName
{
background-color: #D8225B;
}
</style>
border-color css
<style>
span { border-color: #D8225B; }
span { border-color: rgb(216,34,91); }
td.TdClassName
{
border-color: #D8225B;
}
.TagClassName
{
border-color: #D8225B;
}
</style>