Shades of Deep Cerise #DF40A3
Tints of Deep Cerise #DF40A3
RGB
CMYK
RGB Variations
Color information
#DF40A3 (or 0xDF40A3) is known color: Deep Cerise. HEX triplet: DF, 40 and A3. RGB value is (223,64,163). Sum of RGB (Red+Green+Blue) = 223+64+163=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF40A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF40A3 is #20BF5C. Grayscale: #7A7A7A. Windows color (decimal): -2146141 or 10698975. OLE color: 10698975.
HSL color Cylindrical-coordinate representation of color #DF40A3: hue angle of 322.64º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF40A3 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 163 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.13 |
| HSL | 322.64º | 0.71% | 0.56% | - |
| HSV(B) | 322.64º | 0.71% | 0.87% | - |
| XYZ | 38.88 | 22 | 36.85 | - |
| YUV | 122.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 163 | 0 | 0.71 | 0.27 | 0.13 | 322.64 | 0.71 | 0.56 |
| Hex | DF | 40 | A3 | 0 | 47 | 1B | D | 143 | 47 | 38 |
| Octal | 337 | 100 | 243 | 0 | 107 | 33 | 15 | 503 | 107 | 70 |
| Binary | 11011111 | 1000000 | 10100011 | 0 | 1000111 | 11011 | 1101 | 101000011 | 1000111 | 111000 |
Color Harmonies of #DF40A3
Complementary color
Monochromatic Colors of #DF40A3
Black with #DF40A3
Text Example
Text Example
White with #DF40A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40A3; }
p { color: rgb(223,64,163); }
H1.HeaderClassName
{
color: #DF40A3;
}
.AnyTagClassName
{
color: #DF40A3;
}
</style>
background-color css
<style>
a { background-color: #DF40A3; }
a { background-color: rgb(223,64,163); }
div.DivClassName
{
background-color: #DF40A3;
}
.BgClassName
{
background-color: #DF40A3;
}
</style>
border-color css
<style>
span { border-color: #DF40A3; }
span { border-color: rgb(223,64,163); }
td.TdClassName
{
border-color: #DF40A3;
}
.TagClassName
{
border-color: #DF40A3;
}
</style>