Shades of Cerise #D8255A
Tints of Cerise #D8255A
RGB
CMYK
RGB Variations
Color information
#D8255A (or 0xD8255A) is known color: Cerise. HEX triplet: D8, 25 and 5A. RGB value is (216,37,90). Sum of RGB (Red+Green+Blue) = 216+37+90=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8255A is #27DAA5. Grayscale: #606060. Windows color (decimal): -2611878 or 5907928. OLE color: 5907928.
HSL color Cylindrical-coordinate representation of color #D8255A: hue angle of 342.23º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8255A is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 90 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.15 |
| HSL | 342.23º | 0.71% | 0.5% | - |
| HSV(B) | 342.23º | 0.83% | 0.85% | - |
| XYZ | 30.83 | 16.66 | 11.26 | - |
| YUV | 96.56 | 124.3 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 90 | 0 | 0.83 | 0.58 | 0.15 | 342.23 | 0.71 | 0.5 |
| Hex | D8 | 25 | 5A | 0 | 53 | 3A | F | 156 | 47 | 32 |
| Octal | 330 | 45 | 132 | 0 | 123 | 72 | 17 | 526 | 107 | 62 |
| Binary | 11011000 | 100101 | 1011010 | 0 | 1010011 | 111010 | 1111 | 101010110 | 1000111 | 110010 |
Color Harmonies of #D8255A
Complementary color
Monochromatic Colors of #D8255A
Black with #D8255A
Text Example
Text Example
White with #D8255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8255A; }
p { color: rgb(216,37,90); }
H1.HeaderClassName
{
color: #D8255A;
}
.AnyTagClassName
{
color: #D8255A;
}
</style>
background-color css
<style>
a { background-color: #D8255A; }
a { background-color: rgb(216,37,90); }
div.DivClassName
{
background-color: #D8255A;
}
.BgClassName
{
background-color: #D8255A;
}
</style>
border-color css
<style>
span { border-color: #D8255A; }
span { border-color: rgb(216,37,90); }
td.TdClassName
{
border-color: #D8255A;
}
.TagClassName
{
border-color: #D8255A;
}
</style>