Shades of Deep Cerise #DF3BA6
Tints of Deep Cerise #DF3BA6
RGB
CMYK
RGB Variations
Color information
#DF3BA6 (or 0xDF3BA6) is known color: Deep Cerise. HEX triplet: DF, 3B and A6. RGB value is (223,59,166). Sum of RGB (Red+Green+Blue) = 223+59+166=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3BA6 is #20C459. Grayscale: #777777. Windows color (decimal): -2147418 or 10894303. OLE color: 10894303.
HSL color Cylindrical-coordinate representation of color #DF3BA6: hue angle of 320.85º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3BA6 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 166 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.13 |
| HSL | 320.85º | 0.72% | 0.55% | - |
| HSV(B) | 320.85º | 0.74% | 0.87% | - |
| XYZ | 38.88 | 21.57 | 38.19 | - |
| YUV | 120.23 | 153.83 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 166 | 0 | 0.74 | 0.26 | 0.13 | 320.85 | 0.72 | 0.55 |
| Hex | DF | 3B | A6 | 0 | 4A | 1A | D | 141 | 48 | 37 |
| Octal | 337 | 73 | 246 | 0 | 112 | 32 | 15 | 501 | 110 | 67 |
| Binary | 11011111 | 111011 | 10100110 | 0 | 1001010 | 11010 | 1101 | 101000001 | 1001000 | 110111 |
Color Harmonies of #DF3BA6
Complementary color
Monochromatic Colors of #DF3BA6
Black with #DF3BA6
Text Example
Text Example
White with #DF3BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3BA6; }
p { color: rgb(223,59,166); }
H1.HeaderClassName
{
color: #DF3BA6;
}
.AnyTagClassName
{
color: #DF3BA6;
}
</style>
background-color css
<style>
a { background-color: #DF3BA6; }
a { background-color: rgb(223,59,166); }
div.DivClassName
{
background-color: #DF3BA6;
}
.BgClassName
{
background-color: #DF3BA6;
}
</style>
border-color css
<style>
span { border-color: #DF3BA6; }
span { border-color: rgb(223,59,166); }
td.TdClassName
{
border-color: #DF3BA6;
}
.TagClassName
{
border-color: #DF3BA6;
}
</style>