Shades of Deep Cerise #D8268B
Tints of Deep Cerise #D8268B
RGB
CMYK
RGB Variations
Color information
#D8268B (or 0xD8268B) is known color: Deep Cerise. HEX triplet: D8, 26 and 8B. RGB value is (216,38,139). Sum of RGB (Red+Green+Blue) = 216+38+139=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8268B is #27D974. Grayscale: #666666. Windows color (decimal): -2611573 or 9119448. OLE color: 9119448.
HSL color Cylindrical-coordinate representation of color #D8268B: hue angle of 325.96º 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 #D8268B is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 139 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.15 |
| HSL | 325.96º | 0.7% | 0.5% | - |
| HSV(B) | 325.96º | 0.82% | 0.85% | - |
| XYZ | 33.67 | 17.85 | 26.1 | - |
| YUV | 102.74 | 148.47 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 139 | 0 | 0.82 | 0.36 | 0.15 | 325.96 | 0.7 | 0.5 |
| Hex | D8 | 26 | 8B | 0 | 52 | 24 | F | 146 | 46 | 32 |
| Octal | 330 | 46 | 213 | 0 | 122 | 44 | 17 | 506 | 106 | 62 |
| Binary | 11011000 | 100110 | 10001011 | 0 | 1010010 | 100100 | 1111 | 101000110 | 1000110 | 110010 |
Color Harmonies of #D8268B
Complementary color
Monochromatic Colors of #D8268B
Black with #D8268B
Text Example
Text Example
White with #D8268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8268B; }
p { color: rgb(216,38,139); }
H1.HeaderClassName
{
color: #D8268B;
}
.AnyTagClassName
{
color: #D8268B;
}
</style>
background-color css
<style>
a { background-color: #D8268B; }
a { background-color: rgb(216,38,139); }
div.DivClassName
{
background-color: #D8268B;
}
.BgClassName
{
background-color: #D8268B;
}
</style>
border-color css
<style>
span { border-color: #D8268B; }
span { border-color: rgb(216,38,139); }
td.TdClassName
{
border-color: #D8268B;
}
.TagClassName
{
border-color: #D8268B;
}
</style>