Shades of Deep Cerise #D1299B
Tints of Deep Cerise #D1299B
RGB
CMYK
RGB Variations
Color information
#D1299B (or 0xD1299B) is known color: Deep Cerise. HEX triplet: D1, 29 and 9B. RGB value is (209,41,155). Sum of RGB (Red+Green+Blue) = 209+41+155=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1299B is #2ED664. Grayscale: #676767. Windows color (decimal): -3069541 or 10168785. OLE color: 10168785.
HSL color Cylindrical-coordinate representation of color #D1299B: hue angle of 319.29º 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 #D1299B is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 155 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.18 |
| HSL | 319.29º | 0.67% | 0.49% | - |
| HSV(B) | 319.29º | 0.8% | 0.82% | - |
| XYZ | 33 | 17.51 | 32.65 | - |
| YUV | 104.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 155 | 0 | 0.80 | 0.26 | 0.18 | 319.29 | 0.67 | 0.49 |
| Hex | D1 | 29 | 9B | 0 | 50 | 1A | 12 | 13F | 43 | 31 |
| Octal | 321 | 51 | 233 | 0 | 120 | 32 | 22 | 477 | 103 | 61 |
| Binary | 11010001 | 101001 | 10011011 | 0 | 1010000 | 11010 | 10010 | 100111111 | 1000011 | 110001 |
Color Harmonies of #D1299B
Complementary color
Monochromatic Colors of #D1299B
Black with #D1299B
Text Example
Text Example
White with #D1299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1299B; }
p { color: rgb(209,41,155); }
H1.HeaderClassName
{
color: #D1299B;
}
.AnyTagClassName
{
color: #D1299B;
}
</style>
background-color css
<style>
a { background-color: #D1299B; }
a { background-color: rgb(209,41,155); }
div.DivClassName
{
background-color: #D1299B;
}
.BgClassName
{
background-color: #D1299B;
}
</style>
border-color css
<style>
span { border-color: #D1299B; }
span { border-color: rgb(209,41,155); }
td.TdClassName
{
border-color: #D1299B;
}
.TagClassName
{
border-color: #D1299B;
}
</style>