Shades of Deep Cerise #D9278F
Tints of Deep Cerise #D9278F
RGB
CMYK
RGB Variations
Color information
#D9278F (or 0xD9278F) is known color: Deep Cerise. HEX triplet: D9, 27 and 8F. RGB value is (217,39,143). Sum of RGB (Red+Green+Blue) = 217+39+143=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9278F is #26D870. Grayscale: #676767. Windows color (decimal): -2545777 or 9381849. OLE color: 9381849.
HSL color Cylindrical-coordinate representation of color #D9278F: hue angle of 324.94º 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 #D9278F is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 143 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.15 |
| HSL | 324.94º | 0.7% | 0.5% | - |
| HSV(B) | 324.94º | 0.82% | 0.85% | - |
| XYZ | 34.3 | 18.19 | 27.69 | - |
| YUV | 104.08 | 149.97 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 143 | 0 | 0.82 | 0.34 | 0.15 | 324.94 | 0.7 | 0.5 |
| Hex | D9 | 27 | 8F | 0 | 52 | 22 | F | 145 | 46 | 32 |
| Octal | 331 | 47 | 217 | 0 | 122 | 42 | 17 | 505 | 106 | 62 |
| Binary | 11011001 | 100111 | 10001111 | 0 | 1010010 | 100010 | 1111 | 101000101 | 1000110 | 110010 |
Color Harmonies of #D9278F
Complementary color
Monochromatic Colors of #D9278F
Black with #D9278F
Text Example
Text Example
White with #D9278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9278F; }
p { color: rgb(217,39,143); }
H1.HeaderClassName
{
color: #D9278F;
}
.AnyTagClassName
{
color: #D9278F;
}
</style>
background-color css
<style>
a { background-color: #D9278F; }
a { background-color: rgb(217,39,143); }
div.DivClassName
{
background-color: #D9278F;
}
.BgClassName
{
background-color: #D9278F;
}
</style>
border-color css
<style>
span { border-color: #D9278F; }
span { border-color: rgb(217,39,143); }
td.TdClassName
{
border-color: #D9278F;
}
.TagClassName
{
border-color: #D9278F;
}
</style>