Shades of Deep Cerise #D1329F
Tints of Deep Cerise #D1329F
RGB
CMYK
RGB Variations
Color information
#D1329F (or 0xD1329F) is known color: Deep Cerise. HEX triplet: D1, 32 and 9F. RGB value is (209,50,159). Sum of RGB (Red+Green+Blue) = 209+50+159=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1329F is #2ECD60. Grayscale: #6D6D6D. Windows color (decimal): -3067233 or 10433233. OLE color: 10433233.
HSL color Cylindrical-coordinate representation of color #D1329F: hue angle of 318.87º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1329F is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 159 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.18 |
| HSL | 318.87º | 0.63% | 0.51% | - |
| HSV(B) | 318.87º | 0.76% | 0.82% | - |
| XYZ | 33.69 | 18.34 | 34.56 | - |
| YUV | 109.97 | 155.68 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 159 | 0 | 0.76 | 0.24 | 0.18 | 318.87 | 0.63 | 0.51 |
| Hex | D1 | 32 | 9F | 0 | 4C | 18 | 12 | 13F | 3F | 33 |
| Octal | 321 | 62 | 237 | 0 | 114 | 30 | 22 | 477 | 77 | 63 |
| Binary | 11010001 | 110010 | 10011111 | 0 | 1001100 | 11000 | 10010 | 100111111 | 111111 | 110011 |
Color Harmonies of #D1329F
Complementary color
Monochromatic Colors of #D1329F
Black with #D1329F
Text Example
Text Example
White with #D1329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1329F; }
p { color: rgb(209,50,159); }
H1.HeaderClassName
{
color: #D1329F;
}
.AnyTagClassName
{
color: #D1329F;
}
</style>
background-color css
<style>
a { background-color: #D1329F; }
a { background-color: rgb(209,50,159); }
div.DivClassName
{
background-color: #D1329F;
}
.BgClassName
{
background-color: #D1329F;
}
</style>
border-color css
<style>
span { border-color: #D1329F; }
span { border-color: rgb(209,50,159); }
td.TdClassName
{
border-color: #D1329F;
}
.TagClassName
{
border-color: #D1329F;
}
</style>