Shades of Deep Cerise #D2319E
Tints of Deep Cerise #D2319E
RGB
CMYK
RGB Variations
Color information
#D2319E (or 0xD2319E) is known color: Deep Cerise. HEX triplet: D2, 31 and 9E. RGB value is (210,49,158). Sum of RGB (Red+Green+Blue) = 210+49+158=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2319E is #2DCE61. Grayscale: #6D6D6D. Windows color (decimal): -3001954 or 10367442. OLE color: 10367442.
HSL color Cylindrical-coordinate representation of color #D2319E: hue angle of 319.38º degrees, saturation: 0.64, 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 #D2319E is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 158 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.18 |
| HSL | 319.38º | 0.64% | 0.51% | - |
| HSV(B) | 319.38º | 0.77% | 0.82% | - |
| XYZ | 33.85 | 18.37 | 34.11 | - |
| YUV | 109.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 158 | 0 | 0.77 | 0.25 | 0.18 | 319.38 | 0.64 | 0.51 |
| Hex | D2 | 31 | 9E | 0 | 4D | 19 | 12 | 13F | 40 | 33 |
| Octal | 322 | 61 | 236 | 0 | 115 | 31 | 22 | 477 | 100 | 63 |
| Binary | 11010010 | 110001 | 10011110 | 0 | 1001101 | 11001 | 10010 | 100111111 | 1000000 | 110011 |
Color Harmonies of #D2319E
Complementary color
Monochromatic Colors of #D2319E
Black with #D2319E
Text Example
Text Example
White with #D2319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2319E; }
p { color: rgb(210,49,158); }
H1.HeaderClassName
{
color: #D2319E;
}
.AnyTagClassName
{
color: #D2319E;
}
</style>
background-color css
<style>
a { background-color: #D2319E; }
a { background-color: rgb(210,49,158); }
div.DivClassName
{
background-color: #D2319E;
}
.BgClassName
{
background-color: #D2319E;
}
</style>
border-color css
<style>
span { border-color: #D2319E; }
span { border-color: rgb(210,49,158); }
td.TdClassName
{
border-color: #D2319E;
}
.TagClassName
{
border-color: #D2319E;
}
</style>