Shades of Cerise #D8275F
Tints of Cerise #D8275F
RGB
CMYK
RGB Variations
Color information
#D8275F (or 0xD8275F) is known color: Cerise. HEX triplet: D8, 27 and 5F. RGB value is (216,39,95). Sum of RGB (Red+Green+Blue) = 216+39+95=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D8275F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8275F is #27D8A0. Grayscale: #626262. Windows color (decimal): -2611361 or 6236120. OLE color: 6236120.
HSL color Cylindrical-coordinate representation of color #D8275F: hue angle of 341.02º 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 #D8275F is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 95 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.15 |
| HSL | 341.02º | 0.69% | 0.5% | - |
| HSV(B) | 341.02º | 0.82% | 0.85% | - |
| XYZ | 31.11 | 16.88 | 12.44 | - |
| YUV | 98.31 | 126.14 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 95 | 0 | 0.82 | 0.56 | 0.15 | 341.02 | 0.69 | 0.5 |
| Hex | D8 | 27 | 5F | 0 | 52 | 38 | F | 155 | 45 | 32 |
| Octal | 330 | 47 | 137 | 0 | 122 | 70 | 17 | 525 | 105 | 62 |
| Binary | 11011000 | 100111 | 1011111 | 0 | 1010010 | 111000 | 1111 | 101010101 | 1000101 | 110010 |
Color Harmonies of #D8275F
Complementary color
Monochromatic Colors of #D8275F
Black with #D8275F
Text Example
Text Example
White with #D8275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8275F; }
p { color: rgb(216,39,95); }
H1.HeaderClassName
{
color: #D8275F;
}
.AnyTagClassName
{
color: #D8275F;
}
</style>
background-color css
<style>
a { background-color: #D8275F; }
a { background-color: rgb(216,39,95); }
div.DivClassName
{
background-color: #D8275F;
}
.BgClassName
{
background-color: #D8275F;
}
</style>
border-color css
<style>
span { border-color: #D8275F; }
span { border-color: rgb(216,39,95); }
td.TdClassName
{
border-color: #D8275F;
}
.TagClassName
{
border-color: #D8275F;
}
</style>