Shades of Deep Cerise #DF3BA4
Tints of Deep Cerise #DF3BA4
RGB
CMYK
RGB Variations
Color information
#DF3BA4 (or 0xDF3BA4) is known color: Deep Cerise. HEX triplet: DF, 3B and A4. RGB value is (223,59,164). Sum of RGB (Red+Green+Blue) = 223+59+164=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3BA4 is #20C45B. Grayscale: #777777. Windows color (decimal): -2147420 or 10763231. OLE color: 10763231.
HSL color Cylindrical-coordinate representation of color #DF3BA4: hue angle of 321.59º 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 #DF3BA4 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 164 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.13 |
| HSL | 321.59º | 0.72% | 0.55% | - |
| HSV(B) | 321.59º | 0.74% | 0.87% | - |
| XYZ | 38.7 | 21.5 | 37.23 | - |
| YUV | 120.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 164 | 0 | 0.74 | 0.26 | 0.13 | 321.59 | 0.72 | 0.55 |
| Hex | DF | 3B | A4 | 0 | 4A | 1A | D | 142 | 48 | 37 |
| Octal | 337 | 73 | 244 | 0 | 112 | 32 | 15 | 502 | 110 | 67 |
| Binary | 11011111 | 111011 | 10100100 | 0 | 1001010 | 11010 | 1101 | 101000010 | 1001000 | 110111 |
Color Harmonies of #DF3BA4
Complementary color
Monochromatic Colors of #DF3BA4
Black with #DF3BA4
Text Example
Text Example
White with #DF3BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3BA4; }
p { color: rgb(223,59,164); }
H1.HeaderClassName
{
color: #DF3BA4;
}
.AnyTagClassName
{
color: #DF3BA4;
}
</style>
background-color css
<style>
a { background-color: #DF3BA4; }
a { background-color: rgb(223,59,164); }
div.DivClassName
{
background-color: #DF3BA4;
}
.BgClassName
{
background-color: #DF3BA4;
}
</style>
border-color css
<style>
span { border-color: #DF3BA4; }
span { border-color: rgb(223,59,164); }
td.TdClassName
{
border-color: #DF3BA4;
}
.TagClassName
{
border-color: #DF3BA4;
}
</style>