Shades of Deep Cerise #DF3FA6
Tints of Deep Cerise #DF3FA6
RGB
CMYK
RGB Variations
Color information
#DF3FA6 (or 0xDF3FA6) is known color: Deep Cerise. HEX triplet: DF, 3F and A6. RGB value is (223,63,166). Sum of RGB (Red+Green+Blue) = 223+63+166=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3FA6 is #20C059. Grayscale: #7A7A7A. Windows color (decimal): -2146394 or 10895327. OLE color: 10895327.
HSL color Cylindrical-coordinate representation of color #DF3FA6: hue angle of 321.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3FA6 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 166 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.13 |
| HSL | 321.38º | 0.71% | 0.56% | - |
| HSV(B) | 321.38º | 0.72% | 0.87% | - |
| XYZ | 39.09 | 22 | 38.26 | - |
| YUV | 122.58 | 152.51 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 166 | 0 | 0.72 | 0.26 | 0.13 | 321.38 | 0.71 | 0.56 |
| Hex | DF | 3F | A6 | 0 | 48 | 1A | D | 141 | 47 | 38 |
| Octal | 337 | 77 | 246 | 0 | 110 | 32 | 15 | 501 | 107 | 70 |
| Binary | 11011111 | 111111 | 10100110 | 0 | 1001000 | 11010 | 1101 | 101000001 | 1000111 | 111000 |
Color Harmonies of #DF3FA6
Complementary color
Monochromatic Colors of #DF3FA6
Black with #DF3FA6
Text Example
Text Example
White with #DF3FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3FA6; }
p { color: rgb(223,63,166); }
H1.HeaderClassName
{
color: #DF3FA6;
}
.AnyTagClassName
{
color: #DF3FA6;
}
</style>
background-color css
<style>
a { background-color: #DF3FA6; }
a { background-color: rgb(223,63,166); }
div.DivClassName
{
background-color: #DF3FA6;
}
.BgClassName
{
background-color: #DF3FA6;
}
</style>
border-color css
<style>
span { border-color: #DF3FA6; }
span { border-color: rgb(223,63,166); }
td.TdClassName
{
border-color: #DF3FA6;
}
.TagClassName
{
border-color: #DF3FA6;
}
</style>