Shades of Deep Cerise #D2329A
Tints of Deep Cerise #D2329A
RGB
CMYK
RGB Variations
Color information
#D2329A (or 0xD2329A) is known color: Deep Cerise. HEX triplet: D2, 32 and 9A. RGB value is (210,50,154). Sum of RGB (Red+Green+Blue) = 210+50+154=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2329A is #2DCD65. Grayscale: #6D6D6D. Windows color (decimal): -3001702 or 10105554. OLE color: 10105554.
HSL color Cylindrical-coordinate representation of color #D2329A: hue angle of 321º 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 #D2329A is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 154 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.18 |
| HSL | 321º | 0.64% | 0.51% | - |
| HSV(B) | 321º | 0.76% | 0.82% | - |
| XYZ | 33.55 | 18.32 | 32.34 | - |
| YUV | 109.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 154 | 0 | 0.76 | 0.27 | 0.18 | 321 | 0.64 | 0.51 |
| Hex | D2 | 32 | 9A | 0 | 4C | 1B | 12 | 141 | 40 | 33 |
| Octal | 322 | 62 | 232 | 0 | 114 | 33 | 22 | 501 | 100 | 63 |
| Binary | 11010010 | 110010 | 10011010 | 0 | 1001100 | 11011 | 10010 | 101000001 | 1000000 | 110011 |
Color Harmonies of #D2329A
Complementary color
Monochromatic Colors of #D2329A
Black with #D2329A
Text Example
Text Example
White with #D2329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2329A; }
p { color: rgb(210,50,154); }
H1.HeaderClassName
{
color: #D2329A;
}
.AnyTagClassName
{
color: #D2329A;
}
</style>
background-color css
<style>
a { background-color: #D2329A; }
a { background-color: rgb(210,50,154); }
div.DivClassName
{
background-color: #D2329A;
}
.BgClassName
{
background-color: #D2329A;
}
</style>
border-color css
<style>
span { border-color: #D2329A; }
span { border-color: rgb(210,50,154); }
td.TdClassName
{
border-color: #D2329A;
}
.TagClassName
{
border-color: #D2329A;
}
</style>