Shades of Deep Cerise #DF3FAA
Tints of Deep Cerise #DF3FAA
RGB
CMYK
RGB Variations
Color information
#DF3FAA (or 0xDF3FAA) is known color: Deep Cerise. HEX triplet: DF, 3F and AA. RGB value is (223,63,170). Sum of RGB (Red+Green+Blue) = 223+63+170=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3FAA is #20C055. Grayscale: #7A7A7A. Windows color (decimal): -2146390 or 11157471. OLE color: 11157471.
HSL color Cylindrical-coordinate representation of color #DF3FAA: hue angle of 319.88º 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 #DF3FAA is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 170 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.13 |
| HSL | 319.88º | 0.71% | 0.56% | - |
| HSV(B) | 319.88º | 0.72% | 0.87% | - |
| XYZ | 39.46 | 22.15 | 40.22 | - |
| YUV | 123.04 | 154.51 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 170 | 0 | 0.72 | 0.24 | 0.13 | 319.88 | 0.71 | 0.56 |
| Hex | DF | 3F | AA | 0 | 48 | 18 | D | 140 | 47 | 38 |
| Octal | 337 | 77 | 252 | 0 | 110 | 30 | 15 | 500 | 107 | 70 |
| Binary | 11011111 | 111111 | 10101010 | 0 | 1001000 | 11000 | 1101 | 101000000 | 1000111 | 111000 |
Color Harmonies of #DF3FAA
Complementary color
Monochromatic Colors of #DF3FAA
Black with #DF3FAA
Text Example
Text Example
White with #DF3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3FAA; }
p { color: rgb(223,63,170); }
H1.HeaderClassName
{
color: #DF3FAA;
}
.AnyTagClassName
{
color: #DF3FAA;
}
</style>
background-color css
<style>
a { background-color: #DF3FAA; }
a { background-color: rgb(223,63,170); }
div.DivClassName
{
background-color: #DF3FAA;
}
.BgClassName
{
background-color: #DF3FAA;
}
</style>
border-color css
<style>
span { border-color: #DF3FAA; }
span { border-color: rgb(223,63,170); }
td.TdClassName
{
border-color: #DF3FAA;
}
.TagClassName
{
border-color: #DF3FAA;
}
</style>