Shades of Deep Cerise #D0319F
Tints of Deep Cerise #D0319F
RGB
CMYK
RGB Variations
Color information
#D0319F (or 0xD0319F) is known color: Deep Cerise. HEX triplet: D0, 31 and 9F. RGB value is (208,49,159). Sum of RGB (Red+Green+Blue) = 208+49+159=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0319F is #2FCE60. Grayscale: #6C6C6C. Windows color (decimal): -3133025 or 10432976. OLE color: 10432976.
HSL color Cylindrical-coordinate representation of color #D0319F: hue angle of 318.49º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0319F is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 159 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.18 |
| HSL | 318.49º | 0.63% | 0.5% | - |
| HSV(B) | 318.49º | 0.76% | 0.82% | - |
| XYZ | 33.37 | 18.11 | 34.54 | - |
| YUV | 109.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 159 | 0 | 0.76 | 0.24 | 0.18 | 318.49 | 0.63 | 0.5 |
| Hex | D0 | 31 | 9F | 0 | 4C | 18 | 12 | 13E | 3F | 32 |
| Octal | 320 | 61 | 237 | 0 | 114 | 30 | 22 | 476 | 77 | 62 |
| Binary | 11010000 | 110001 | 10011111 | 0 | 1001100 | 11000 | 10010 | 100111110 | 111111 | 110010 |
Color Harmonies of #D0319F
Complementary color
Monochromatic Colors of #D0319F
Black with #D0319F
Text Example
Text Example
White with #D0319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0319F; }
p { color: rgb(208,49,159); }
H1.HeaderClassName
{
color: #D0319F;
}
.AnyTagClassName
{
color: #D0319F;
}
</style>
background-color css
<style>
a { background-color: #D0319F; }
a { background-color: rgb(208,49,159); }
div.DivClassName
{
background-color: #D0319F;
}
.BgClassName
{
background-color: #D0319F;
}
</style>
border-color css
<style>
span { border-color: #D0319F; }
span { border-color: rgb(208,49,159); }
td.TdClassName
{
border-color: #D0319F;
}
.TagClassName
{
border-color: #D0319F;
}
</style>