Shades of Deep Cerise #DF329B
Tints of Deep Cerise #DF329B
RGB
CMYK
RGB Variations
Color information
#DF329B (or 0xDF329B) is known color: Deep Cerise. HEX triplet: DF, 32 and 9B. RGB value is (223,50,155). Sum of RGB (Red+Green+Blue) = 223+50+155=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF329B is #20CD64. Grayscale: #717171. Windows color (decimal): -2149733 or 10171103. OLE color: 10171103.
HSL color Cylindrical-coordinate representation of color #DF329B: hue angle of 323.58º 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 #DF329B is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 155 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.13 |
| HSL | 323.58º | 0.73% | 0.54% | - |
| HSV(B) | 323.58º | 0.78% | 0.87% | - |
| XYZ | 37.49 | 20.34 | 32.96 | - |
| YUV | 113.7 | 151.31 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 155 | 0 | 0.78 | 0.30 | 0.13 | 323.58 | 0.73 | 0.54 |
| Hex | DF | 32 | 9B | 0 | 4E | 1E | D | 144 | 49 | 36 |
| Octal | 337 | 62 | 233 | 0 | 116 | 36 | 15 | 504 | 111 | 66 |
| Binary | 11011111 | 110010 | 10011011 | 0 | 1001110 | 11110 | 1101 | 101000100 | 1001001 | 110110 |
Color Harmonies of #DF329B
Complementary color
Monochromatic Colors of #DF329B
Black with #DF329B
Text Example
Text Example
White with #DF329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF329B; }
p { color: rgb(223,50,155); }
H1.HeaderClassName
{
color: #DF329B;
}
.AnyTagClassName
{
color: #DF329B;
}
</style>
background-color css
<style>
a { background-color: #DF329B; }
a { background-color: rgb(223,50,155); }
div.DivClassName
{
background-color: #DF329B;
}
.BgClassName
{
background-color: #DF329B;
}
</style>
border-color css
<style>
span { border-color: #DF329B; }
span { border-color: rgb(223,50,155); }
td.TdClassName
{
border-color: #DF329B;
}
.TagClassName
{
border-color: #DF329B;
}
</style>