Shades of Deep Cerise #D8267F
Tints of Deep Cerise #D8267F
RGB
CMYK
RGB Variations
Color information
#D8267F (or 0xD8267F) is known color: Deep Cerise. HEX triplet: D8, 26 and 7F. RGB value is (216,38,127). Sum of RGB (Red+Green+Blue) = 216+38+127=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D8267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8267F is #27D980. Grayscale: #656565. Windows color (decimal): -2611585 or 8333016. OLE color: 8333016.
HSL color Cylindrical-coordinate representation of color #D8267F: hue angle of 330º 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 #D8267F is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 127 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.15 |
| HSL | 330º | 0.7% | 0.5% | - |
| HSV(B) | 330º | 0.82% | 0.85% | - |
| XYZ | 32.84 | 17.52 | 21.73 | - |
| YUV | 101.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 127 | 0 | 0.82 | 0.41 | 0.15 | 330 | 0.7 | 0.5 |
| Hex | D8 | 26 | 7F | 0 | 52 | 29 | F | 14A | 46 | 32 |
| Octal | 330 | 46 | 177 | 0 | 122 | 51 | 17 | 512 | 106 | 62 |
| Binary | 11011000 | 100110 | 1111111 | 0 | 1010010 | 101001 | 1111 | 101001010 | 1000110 | 110010 |
Color Harmonies of #D8267F
Complementary color
Monochromatic Colors of #D8267F
Black with #D8267F
Text Example
Text Example
White with #D8267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8267F; }
p { color: rgb(216,38,127); }
H1.HeaderClassName
{
color: #D8267F;
}
.AnyTagClassName
{
color: #D8267F;
}
</style>
background-color css
<style>
a { background-color: #D8267F; }
a { background-color: rgb(216,38,127); }
div.DivClassName
{
background-color: #D8267F;
}
.BgClassName
{
background-color: #D8267F;
}
</style>
border-color css
<style>
span { border-color: #D8267F; }
span { border-color: rgb(216,38,127); }
td.TdClassName
{
border-color: #D8267F;
}
.TagClassName
{
border-color: #D8267F;
}
</style>