Shades of Deep Cerise #D13878
Tints of Deep Cerise #D13878
RGB
CMYK
RGB Variations
Color information
#D13878 (or 0xD13878) is known color: Deep Cerise. HEX triplet: D1, 38 and 78. RGB value is (209,56,120). Sum of RGB (Red+Green+Blue) = 209+56+120=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D13878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13878 is #2EC787. Grayscale: #6C6C6C. Windows color (decimal): -3065736 or 7878865. OLE color: 7878865.
HSL color Cylindrical-coordinate representation of color #D13878: hue angle of 334.9º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13878 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 120 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.18 |
| HSL | 334.9º | 0.62% | 0.52% | - |
| HSV(B) | 334.9º | 0.73% | 0.82% | - |
| XYZ | 31.1 | 17.74 | 19.55 | - |
| YUV | 109.04 | 134.19 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 120 | 0 | 0.73 | 0.43 | 0.18 | 334.9 | 0.62 | 0.52 |
| Hex | D1 | 38 | 78 | 0 | 49 | 2B | 12 | 14F | 3E | 34 |
| Octal | 321 | 70 | 170 | 0 | 111 | 53 | 22 | 517 | 76 | 64 |
| Binary | 11010001 | 111000 | 1111000 | 0 | 1001001 | 101011 | 10010 | 101001111 | 111110 | 110100 |
Color Harmonies of #D13878
Complementary color
Monochromatic Colors of #D13878
Black with #D13878
Text Example
Text Example
White with #D13878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13878; }
p { color: rgb(209,56,120); }
H1.HeaderClassName
{
color: #D13878;
}
.AnyTagClassName
{
color: #D13878;
}
</style>
background-color css
<style>
a { background-color: #D13878; }
a { background-color: rgb(209,56,120); }
div.DivClassName
{
background-color: #D13878;
}
.BgClassName
{
background-color: #D13878;
}
</style>
border-color css
<style>
span { border-color: #D13878; }
span { border-color: rgb(209,56,120); }
td.TdClassName
{
border-color: #D13878;
}
.TagClassName
{
border-color: #D13878;
}
</style>