Shades of Deep Cerise #D1299C
Tints of Deep Cerise #D1299C
RGB
CMYK
RGB Variations
Color information
#D1299C (or 0xD1299C) is known color: Deep Cerise. HEX triplet: D1, 29 and 9C. RGB value is (209,41,156). Sum of RGB (Red+Green+Blue) = 209+41+156=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1299C is #2ED663. Grayscale: #686868. Windows color (decimal): -3069540 or 10234321. OLE color: 10234321.
HSL color Cylindrical-coordinate representation of color #D1299C: hue angle of 318.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1299C is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 156 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.18 |
| HSL | 318.93º | 0.67% | 0.49% | - |
| HSV(B) | 318.93º | 0.8% | 0.82% | - |
| XYZ | 33.09 | 17.54 | 33.09 | - |
| YUV | 104.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 156 | 0 | 0.80 | 0.25 | 0.18 | 318.93 | 0.67 | 0.49 |
| Hex | D1 | 29 | 9C | 0 | 50 | 19 | 12 | 13F | 43 | 31 |
| Octal | 321 | 51 | 234 | 0 | 120 | 31 | 22 | 477 | 103 | 61 |
| Binary | 11010001 | 101001 | 10011100 | 0 | 1010000 | 11001 | 10010 | 100111111 | 1000011 | 110001 |
Color Harmonies of #D1299C
Complementary color
Monochromatic Colors of #D1299C
Black with #D1299C
Text Example
Text Example
White with #D1299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1299C; }
p { color: rgb(209,41,156); }
H1.HeaderClassName
{
color: #D1299C;
}
.AnyTagClassName
{
color: #D1299C;
}
</style>
background-color css
<style>
a { background-color: #D1299C; }
a { background-color: rgb(209,41,156); }
div.DivClassName
{
background-color: #D1299C;
}
.BgClassName
{
background-color: #D1299C;
}
</style>
border-color css
<style>
span { border-color: #D1299C; }
span { border-color: rgb(209,41,156); }
td.TdClassName
{
border-color: #D1299C;
}
.TagClassName
{
border-color: #D1299C;
}
</style>