Shades of Deep Cerise #DF329C
Tints of Deep Cerise #DF329C
RGB
CMYK
RGB Variations
Color information
#DF329C (or 0xDF329C) is known color: Deep Cerise. HEX triplet: DF, 32 and 9C. RGB value is (223,50,156). Sum of RGB (Red+Green+Blue) = 223+50+156=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF329C is #20CD63. Grayscale: #717171. Windows color (decimal): -2149732 or 10236639. OLE color: 10236639.
HSL color Cylindrical-coordinate representation of color #DF329C: hue angle of 323.24º 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 #DF329C is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 156 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.13 |
| HSL | 323.24º | 0.73% | 0.54% | - |
| HSV(B) | 323.24º | 0.78% | 0.87% | - |
| XYZ | 37.57 | 20.37 | 33.4 | - |
| YUV | 113.81 | 151.81 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 156 | 0 | 0.78 | 0.30 | 0.13 | 323.24 | 0.73 | 0.54 |
| Hex | DF | 32 | 9C | 0 | 4E | 1E | D | 143 | 49 | 36 |
| Octal | 337 | 62 | 234 | 0 | 116 | 36 | 15 | 503 | 111 | 66 |
| Binary | 11011111 | 110010 | 10011100 | 0 | 1001110 | 11110 | 1101 | 101000011 | 1001001 | 110110 |
Color Harmonies of #DF329C
Complementary color
Monochromatic Colors of #DF329C
Black with #DF329C
Text Example
Text Example
White with #DF329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF329C; }
p { color: rgb(223,50,156); }
H1.HeaderClassName
{
color: #DF329C;
}
.AnyTagClassName
{
color: #DF329C;
}
</style>
background-color css
<style>
a { background-color: #DF329C; }
a { background-color: rgb(223,50,156); }
div.DivClassName
{
background-color: #DF329C;
}
.BgClassName
{
background-color: #DF329C;
}
</style>
border-color css
<style>
span { border-color: #DF329C; }
span { border-color: rgb(223,50,156); }
td.TdClassName
{
border-color: #DF329C;
}
.TagClassName
{
border-color: #DF329C;
}
</style>