Shades of Deep Cerise #D9319B
Tints of Deep Cerise #D9319B
RGB
CMYK
RGB Variations
Color information
#D9319B (or 0xD9319B) is known color: Deep Cerise. HEX triplet: D9, 31 and 9B. RGB value is (217,49,155). Sum of RGB (Red+Green+Blue) = 217+49+155=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9319B is #26CE64. Grayscale: #6F6F6F. Windows color (decimal): -2543205 or 10170841. OLE color: 10170841.
HSL color Cylindrical-coordinate representation of color #D9319B: hue angle of 322.14º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9319B is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 155 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.15 |
| HSL | 322.14º | 0.69% | 0.52% | - |
| HSV(B) | 322.14º | 0.77% | 0.85% | - |
| XYZ | 35.63 | 19.31 | 32.86 | - |
| YUV | 111.32 | 152.66 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 155 | 0 | 0.77 | 0.29 | 0.15 | 322.14 | 0.69 | 0.52 |
| Hex | D9 | 31 | 9B | 0 | 4D | 1D | F | 142 | 45 | 34 |
| Octal | 331 | 61 | 233 | 0 | 115 | 35 | 17 | 502 | 105 | 64 |
| Binary | 11011001 | 110001 | 10011011 | 0 | 1001101 | 11101 | 1111 | 101000010 | 1000101 | 110100 |
Color Harmonies of #D9319B
Complementary color
Monochromatic Colors of #D9319B
Black with #D9319B
Text Example
Text Example
White with #D9319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9319B; }
p { color: rgb(217,49,155); }
H1.HeaderClassName
{
color: #D9319B;
}
.AnyTagClassName
{
color: #D9319B;
}
</style>
background-color css
<style>
a { background-color: #D9319B; }
a { background-color: rgb(217,49,155); }
div.DivClassName
{
background-color: #D9319B;
}
.BgClassName
{
background-color: #D9319B;
}
</style>
border-color css
<style>
span { border-color: #D9319B; }
span { border-color: rgb(217,49,155); }
td.TdClassName
{
border-color: #D9319B;
}
.TagClassName
{
border-color: #D9319B;
}
</style>