Shades of Deep Cerise #DF3193
Tints of Deep Cerise #DF3193
RGB
CMYK
RGB Variations
Color information
#DF3193 (or 0xDF3193) is known color: Deep Cerise. HEX triplet: DF, 31 and 93. RGB value is (223,49,147). Sum of RGB (Red+Green+Blue) = 223+49+147=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3193 is #20CE6C. Grayscale: #6F6F6F. Windows color (decimal): -2149997 or 9646559. OLE color: 9646559.
HSL color Cylindrical-coordinate representation of color #DF3193: hue angle of 326.21º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3193 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 49 | 147 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.13 |
| HSL | 326.21º | 0.73% | 0.53% | - |
| HSV(B) | 326.21º | 0.78% | 0.87% | - |
| XYZ | 36.8 | 19.99 | 29.52 | - |
| YUV | 112.2 | 147.65 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 49 | 147 | 0 | 0.78 | 0.34 | 0.13 | 326.21 | 0.73 | 0.53 |
| Hex | DF | 31 | 93 | 0 | 4E | 22 | D | 146 | 49 | 35 |
| Octal | 337 | 61 | 223 | 0 | 116 | 42 | 15 | 506 | 111 | 65 |
| Binary | 11011111 | 110001 | 10010011 | 0 | 1001110 | 100010 | 1101 | 101000110 | 1001001 | 110101 |
Color Harmonies of #DF3193
Complementary color
Monochromatic Colors of #DF3193
Black with #DF3193
Text Example
Text Example
White with #DF3193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3193; }
p { color: rgb(223,49,147); }
H1.HeaderClassName
{
color: #DF3193;
}
.AnyTagClassName
{
color: #DF3193;
}
</style>
background-color css
<style>
a { background-color: #DF3193; }
a { background-color: rgb(223,49,147); }
div.DivClassName
{
background-color: #DF3193;
}
.BgClassName
{
background-color: #DF3193;
}
</style>
border-color css
<style>
span { border-color: #DF3193; }
span { border-color: rgb(223,49,147); }
td.TdClassName
{
border-color: #DF3193;
}
.TagClassName
{
border-color: #DF3193;
}
</style>