Shades of Deep Cerise #D0319C
Tints of Deep Cerise #D0319C
RGB
CMYK
RGB Variations
Color information
#D0319C (or 0xD0319C) is known color: Deep Cerise. HEX triplet: D0, 31 and 9C. RGB value is (208,49,156). Sum of RGB (Red+Green+Blue) = 208+49+156=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0319C is #2FCE63. Grayscale: #6C6C6C. Windows color (decimal): -3133028 or 10236368. OLE color: 10236368.
HSL color Cylindrical-coordinate representation of color #D0319C: hue angle of 319.62º 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 #D0319C is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 156 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.18 |
| HSL | 319.62º | 0.63% | 0.5% | - |
| HSV(B) | 319.62º | 0.76% | 0.82% | - |
| XYZ | 33.11 | 18.01 | 33.18 | - |
| YUV | 108.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 156 | 0 | 0.76 | 0.25 | 0.18 | 319.62 | 0.63 | 0.5 |
| Hex | D0 | 31 | 9C | 0 | 4C | 19 | 12 | 140 | 3F | 32 |
| Octal | 320 | 61 | 234 | 0 | 114 | 31 | 22 | 500 | 77 | 62 |
| Binary | 11010000 | 110001 | 10011100 | 0 | 1001100 | 11001 | 10010 | 101000000 | 111111 | 110010 |
Color Harmonies of #D0319C
Complementary color
Monochromatic Colors of #D0319C
Black with #D0319C
Text Example
Text Example
White with #D0319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0319C; }
p { color: rgb(208,49,156); }
H1.HeaderClassName
{
color: #D0319C;
}
.AnyTagClassName
{
color: #D0319C;
}
</style>
background-color css
<style>
a { background-color: #D0319C; }
a { background-color: rgb(208,49,156); }
div.DivClassName
{
background-color: #D0319C;
}
.BgClassName
{
background-color: #D0319C;
}
</style>
border-color css
<style>
span { border-color: #D0319C; }
span { border-color: rgb(208,49,156); }
td.TdClassName
{
border-color: #D0319C;
}
.TagClassName
{
border-color: #D0319C;
}
</style>