Shades of Deep Cerise #D2329F
Tints of Deep Cerise #D2329F
RGB
CMYK
RGB Variations
Color information
#D2329F (or 0xD2329F) is known color: Deep Cerise. HEX triplet: D2, 32 and 9F. RGB value is (210,50,159). Sum of RGB (Red+Green+Blue) = 210+50+159=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2329F is #2DCD60. Grayscale: #6D6D6D. Windows color (decimal): -3001697 or 10433234. OLE color: 10433234.
HSL color Cylindrical-coordinate representation of color #D2329F: hue angle of 319.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2329F is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 159 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.18 |
| HSL | 319.13º | 0.64% | 0.51% | - |
| HSV(B) | 319.13º | 0.76% | 0.82% | - |
| XYZ | 33.98 | 18.49 | 34.58 | - |
| YUV | 110.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 159 | 0 | 0.76 | 0.24 | 0.18 | 319.13 | 0.64 | 0.51 |
| Hex | D2 | 32 | 9F | 0 | 4C | 18 | 12 | 13F | 40 | 33 |
| Octal | 322 | 62 | 237 | 0 | 114 | 30 | 22 | 477 | 100 | 63 |
| Binary | 11010010 | 110010 | 10011111 | 0 | 1001100 | 11000 | 10010 | 100111111 | 1000000 | 110011 |
Color Harmonies of #D2329F
Complementary color
Monochromatic Colors of #D2329F
Black with #D2329F
Text Example
Text Example
White with #D2329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2329F; }
p { color: rgb(210,50,159); }
H1.HeaderClassName
{
color: #D2329F;
}
.AnyTagClassName
{
color: #D2329F;
}
</style>
background-color css
<style>
a { background-color: #D2329F; }
a { background-color: rgb(210,50,159); }
div.DivClassName
{
background-color: #D2329F;
}
.BgClassName
{
background-color: #D2329F;
}
</style>
border-color css
<style>
span { border-color: #D2329F; }
span { border-color: rgb(210,50,159); }
td.TdClassName
{
border-color: #D2329F;
}
.TagClassName
{
border-color: #D2329F;
}
</style>