Shades of Deep Cerise #D1278B
Tints of Deep Cerise #D1278B
RGB
CMYK
RGB Variations
Color information
#D1278B (or 0xD1278B) is known color: Deep Cerise. HEX triplet: D1, 27 and 8B. RGB value is (209,39,139). Sum of RGB (Red+Green+Blue) = 209+39+139=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1278B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1278B is #2ED874. Grayscale: #656565. Windows color (decimal): -3070069 or 9119697. OLE color: 9119697.
HSL color Cylindrical-coordinate representation of color #D1278B: hue angle of 324.71º 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 #D1278B is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 139 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.18 |
| HSL | 324.71º | 0.69% | 0.49% | - |
| HSV(B) | 324.71º | 0.81% | 0.82% | - |
| XYZ | 31.68 | 16.87 | 26.01 | - |
| YUV | 101.23 | 149.32 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 139 | 0 | 0.81 | 0.33 | 0.18 | 324.71 | 0.69 | 0.49 |
| Hex | D1 | 27 | 8B | 0 | 51 | 21 | 12 | 145 | 45 | 31 |
| Octal | 321 | 47 | 213 | 0 | 121 | 41 | 22 | 505 | 105 | 61 |
| Binary | 11010001 | 100111 | 10001011 | 0 | 1010001 | 100001 | 10010 | 101000101 | 1000101 | 110001 |
Color Harmonies of #D1278B
Complementary color
Monochromatic Colors of #D1278B
Black with #D1278B
Text Example
Text Example
White with #D1278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1278B; }
p { color: rgb(209,39,139); }
H1.HeaderClassName
{
color: #D1278B;
}
.AnyTagClassName
{
color: #D1278B;
}
</style>
background-color css
<style>
a { background-color: #D1278B; }
a { background-color: rgb(209,39,139); }
div.DivClassName
{
background-color: #D1278B;
}
.BgClassName
{
background-color: #D1278B;
}
</style>
border-color css
<style>
span { border-color: #D1278B; }
span { border-color: rgb(209,39,139); }
td.TdClassName
{
border-color: #D1278B;
}
.TagClassName
{
border-color: #D1278B;
}
</style>