Shades of Deep Cerise #D1319B
Tints of Deep Cerise #D1319B
RGB
CMYK
RGB Variations
Color information
#D1319B (or 0xD1319B) is known color: Deep Cerise. HEX triplet: D1, 31 and 9B. RGB value is (209,49,155). Sum of RGB (Red+Green+Blue) = 209+49+155=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1319B is #2ECE64. Grayscale: #6C6C6C. Windows color (decimal): -3067493 or 10170833. OLE color: 10170833.
HSL color Cylindrical-coordinate representation of color #D1319B: hue angle of 320.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1319B is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 155 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.18 |
| HSL | 320.25º | 0.63% | 0.51% | - |
| HSV(B) | 320.25º | 0.77% | 0.82% | - |
| XYZ | 33.31 | 18.12 | 32.75 | - |
| YUV | 108.92 | 154.01 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 155 | 0 | 0.77 | 0.26 | 0.18 | 320.25 | 0.63 | 0.51 |
| Hex | D1 | 31 | 9B | 0 | 4D | 1A | 12 | 140 | 3F | 33 |
| Octal | 321 | 61 | 233 | 0 | 115 | 32 | 22 | 500 | 77 | 63 |
| Binary | 11010001 | 110001 | 10011011 | 0 | 1001101 | 11010 | 10010 | 101000000 | 111111 | 110011 |
Color Harmonies of #D1319B
Complementary color
Monochromatic Colors of #D1319B
Black with #D1319B
Text Example
Text Example
White with #D1319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1319B; }
p { color: rgb(209,49,155); }
H1.HeaderClassName
{
color: #D1319B;
}
.AnyTagClassName
{
color: #D1319B;
}
</style>
background-color css
<style>
a { background-color: #D1319B; }
a { background-color: rgb(209,49,155); }
div.DivClassName
{
background-color: #D1319B;
}
.BgClassName
{
background-color: #D1319B;
}
</style>
border-color css
<style>
span { border-color: #D1319B; }
span { border-color: rgb(209,49,155); }
td.TdClassName
{
border-color: #D1319B;
}
.TagClassName
{
border-color: #D1319B;
}
</style>