Shades of Deep Cerise #D8268A
Tints of Deep Cerise #D8268A
RGB
CMYK
RGB Variations
Color information
#D8268A (or 0xD8268A) is known color: Deep Cerise. HEX triplet: D8, 26 and 8A. RGB value is (216,38,138). Sum of RGB (Red+Green+Blue) = 216+38+138=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8268A is #27D975. Grayscale: #666666. Windows color (decimal): -2611574 or 9053912. OLE color: 9053912.
HSL color Cylindrical-coordinate representation of color #D8268A: hue angle of 326.29º 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 #D8268A is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 138 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.15 |
| HSL | 326.29º | 0.7% | 0.5% | - |
| HSV(B) | 326.29º | 0.82% | 0.85% | - |
| XYZ | 33.6 | 17.82 | 25.71 | - |
| YUV | 102.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 138 | 0 | 0.82 | 0.36 | 0.15 | 326.29 | 0.7 | 0.5 |
| Hex | D8 | 26 | 8A | 0 | 52 | 24 | F | 146 | 46 | 32 |
| Octal | 330 | 46 | 212 | 0 | 122 | 44 | 17 | 506 | 106 | 62 |
| Binary | 11011000 | 100110 | 10001010 | 0 | 1010010 | 100100 | 1111 | 101000110 | 1000110 | 110010 |
Color Harmonies of #D8268A
Complementary color
Monochromatic Colors of #D8268A
Black with #D8268A
Text Example
Text Example
White with #D8268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8268A; }
p { color: rgb(216,38,138); }
H1.HeaderClassName
{
color: #D8268A;
}
.AnyTagClassName
{
color: #D8268A;
}
</style>
background-color css
<style>
a { background-color: #D8268A; }
a { background-color: rgb(216,38,138); }
div.DivClassName
{
background-color: #D8268A;
}
.BgClassName
{
background-color: #D8268A;
}
</style>
border-color css
<style>
span { border-color: #D8268A; }
span { border-color: rgb(216,38,138); }
td.TdClassName
{
border-color: #D8268A;
}
.TagClassName
{
border-color: #D8268A;
}
</style>