Shades of Deep Cerise #D1278F
Tints of Deep Cerise #D1278F
RGB
CMYK
RGB Variations
Color information
#D1278F (or 0xD1278F) is known color: Deep Cerise. HEX triplet: D1, 27 and 8F. RGB value is (209,39,143). Sum of RGB (Red+Green+Blue) = 209+39+143=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D1278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1278F is #2ED870. Grayscale: #656565. Windows color (decimal): -3070065 or 9381841. OLE color: 9381841.
HSL color Cylindrical-coordinate representation of color #D1278F: hue angle of 323.29º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1278F is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 143 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.18 |
| HSL | 323.29º | 0.69% | 0.49% | - |
| HSV(B) | 323.29º | 0.81% | 0.82% | - |
| XYZ | 31.98 | 16.99 | 27.58 | - |
| YUV | 101.69 | 151.32 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 143 | 0 | 0.81 | 0.32 | 0.18 | 323.29 | 0.69 | 0.49 |
| Hex | D1 | 27 | 8F | 0 | 51 | 20 | 12 | 143 | 45 | 31 |
| Octal | 321 | 47 | 217 | 0 | 121 | 40 | 22 | 503 | 105 | 61 |
| Binary | 11010001 | 100111 | 10001111 | 0 | 1010001 | 100000 | 10010 | 101000011 | 1000101 | 110001 |
Color Harmonies of #D1278F
Complementary color
Monochromatic Colors of #D1278F
Black with #D1278F
Text Example
Text Example
White with #D1278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1278F; }
p { color: rgb(209,39,143); }
H1.HeaderClassName
{
color: #D1278F;
}
.AnyTagClassName
{
color: #D1278F;
}
</style>
background-color css
<style>
a { background-color: #D1278F; }
a { background-color: rgb(209,39,143); }
div.DivClassName
{
background-color: #D1278F;
}
.BgClassName
{
background-color: #D1278F;
}
</style>
border-color css
<style>
span { border-color: #D1278F; }
span { border-color: rgb(209,39,143); }
td.TdClassName
{
border-color: #D1278F;
}
.TagClassName
{
border-color: #D1278F;
}
</style>