Shades of Deep Cerise #DF327D
Tints of Deep Cerise #DF327D
RGB
CMYK
RGB Variations
Color information
#DF327D (or 0xDF327D) is known color: Deep Cerise. HEX triplet: DF, 32 and 7D. RGB value is (223,50,125). Sum of RGB (Red+Green+Blue) = 223+50+125=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF327D is #20CD82. Grayscale: #6E6E6E. Windows color (decimal): -2149763 or 8205023. OLE color: 8205023.
HSL color Cylindrical-coordinate representation of color #DF327D: hue angle of 333.99º 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 #DF327D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 125 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.13 |
| HSL | 333.99º | 0.73% | 0.54% | - |
| HSV(B) | 333.99º | 0.78% | 0.87% | - |
| XYZ | 35.27 | 19.45 | 21.3 | - |
| YUV | 110.28 | 136.31 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 125 | 0 | 0.78 | 0.44 | 0.13 | 333.99 | 0.73 | 0.54 |
| Hex | DF | 32 | 7D | 0 | 4E | 2C | D | 14E | 49 | 36 |
| Octal | 337 | 62 | 175 | 0 | 116 | 54 | 15 | 516 | 111 | 66 |
| Binary | 11011111 | 110010 | 1111101 | 0 | 1001110 | 101100 | 1101 | 101001110 | 1001001 | 110110 |
Color Harmonies of #DF327D
Complementary color
Monochromatic Colors of #DF327D
Black with #DF327D
Text Example
Text Example
White with #DF327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF327D; }
p { color: rgb(223,50,125); }
H1.HeaderClassName
{
color: #DF327D;
}
.AnyTagClassName
{
color: #DF327D;
}
</style>
background-color css
<style>
a { background-color: #DF327D; }
a { background-color: rgb(223,50,125); }
div.DivClassName
{
background-color: #DF327D;
}
.BgClassName
{
background-color: #DF327D;
}
</style>
border-color css
<style>
span { border-color: #DF327D; }
span { border-color: rgb(223,50,125); }
td.TdClassName
{
border-color: #DF327D;
}
.TagClassName
{
border-color: #DF327D;
}
</style>