Shades of Deep Cerise #DF329F
Tints of Deep Cerise #DF329F
RGB
CMYK
RGB Variations
Color information
#DF329F (or 0xDF329F) is known color: Deep Cerise. HEX triplet: DF, 32 and 9F. RGB value is (223,50,159). Sum of RGB (Red+Green+Blue) = 223+50+159=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF329F is #20CD60. Grayscale: #717171. Windows color (decimal): -2149729 or 10433247. OLE color: 10433247.
HSL color Cylindrical-coordinate representation of color #DF329F: hue angle of 322.2º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF329F is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 159 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.13 |
| HSL | 322.2º | 0.73% | 0.54% | - |
| HSV(B) | 322.2º | 0.78% | 0.87% | - |
| XYZ | 37.83 | 20.47 | 34.76 | - |
| YUV | 114.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 159 | 0 | 0.78 | 0.29 | 0.13 | 322.2 | 0.73 | 0.54 |
| Hex | DF | 32 | 9F | 0 | 4E | 1D | D | 142 | 49 | 36 |
| Octal | 337 | 62 | 237 | 0 | 116 | 35 | 15 | 502 | 111 | 66 |
| Binary | 11011111 | 110010 | 10011111 | 0 | 1001110 | 11101 | 1101 | 101000010 | 1001001 | 110110 |
Color Harmonies of #DF329F
Complementary color
Monochromatic Colors of #DF329F
Black with #DF329F
Text Example
Text Example
White with #DF329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF329F; }
p { color: rgb(223,50,159); }
H1.HeaderClassName
{
color: #DF329F;
}
.AnyTagClassName
{
color: #DF329F;
}
</style>
background-color css
<style>
a { background-color: #DF329F; }
a { background-color: rgb(223,50,159); }
div.DivClassName
{
background-color: #DF329F;
}
.BgClassName
{
background-color: #DF329F;
}
</style>
border-color css
<style>
span { border-color: #DF329F; }
span { border-color: rgb(223,50,159); }
td.TdClassName
{
border-color: #DF329F;
}
.TagClassName
{
border-color: #DF329F;
}
</style>