Shades of Cerise #D8265D
Tints of Cerise #D8265D
RGB
CMYK
RGB Variations
Color information
#D8265D (or 0xD8265D) is known color: Cerise. HEX triplet: D8, 26 and 5D. RGB value is (216,38,93). Sum of RGB (Red+Green+Blue) = 216+38+93=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8265D is #27D9A2. Grayscale: #616161. Windows color (decimal): -2611619 or 6104792. OLE color: 6104792.
HSL color Cylindrical-coordinate representation of color #D8265D: hue angle of 341.46º 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 #D8265D is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 93 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.15 |
| HSL | 341.46º | 0.7% | 0.5% | - |
| HSV(B) | 341.46º | 0.82% | 0.85% | - |
| XYZ | 30.99 | 16.78 | 11.96 | - |
| YUV | 97.49 | 125.47 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 93 | 0 | 0.82 | 0.57 | 0.15 | 341.46 | 0.7 | 0.5 |
| Hex | D8 | 26 | 5D | 0 | 52 | 39 | F | 155 | 46 | 32 |
| Octal | 330 | 46 | 135 | 0 | 122 | 71 | 17 | 525 | 106 | 62 |
| Binary | 11011000 | 100110 | 1011101 | 0 | 1010010 | 111001 | 1111 | 101010101 | 1000110 | 110010 |
Color Harmonies of #D8265D
Complementary color
Monochromatic Colors of #D8265D
Black with #D8265D
Text Example
Text Example
White with #D8265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8265D; }
p { color: rgb(216,38,93); }
H1.HeaderClassName
{
color: #D8265D;
}
.AnyTagClassName
{
color: #D8265D;
}
</style>
background-color css
<style>
a { background-color: #D8265D; }
a { background-color: rgb(216,38,93); }
div.DivClassName
{
background-color: #D8265D;
}
.BgClassName
{
background-color: #D8265D;
}
</style>
border-color css
<style>
span { border-color: #D8265D; }
span { border-color: rgb(216,38,93); }
td.TdClassName
{
border-color: #D8265D;
}
.TagClassName
{
border-color: #D8265D;
}
</style>