Shades of Deep Cerise #DF2A8F
Tints of Deep Cerise #DF2A8F
RGB
CMYK
RGB Variations
Color information
#DF2A8F (or 0xDF2A8F) is known color: Deep Cerise. HEX triplet: DF, 2A and 8F. RGB value is (223,42,143). Sum of RGB (Red+Green+Blue) = 223+42+143=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2A8F is #20D570. Grayscale: #6B6B6B. Windows color (decimal): -2151793 or 9382623. OLE color: 9382623.
HSL color Cylindrical-coordinate representation of color #DF2A8F: hue angle of 326.52º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF2A8F is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 42 | 143 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.13 |
| HSL | 326.52º | 0.74% | 0.52% | - |
| HSV(B) | 326.52º | 0.81% | 0.87% | - |
| XYZ | 36.22 | 19.33 | 27.81 | - |
| YUV | 107.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 42 | 143 | 0 | 0.81 | 0.36 | 0.13 | 326.52 | 0.74 | 0.52 |
| Hex | DF | 2A | 8F | 0 | 51 | 24 | D | 147 | 4A | 34 |
| Octal | 337 | 52 | 217 | 0 | 121 | 44 | 15 | 507 | 112 | 64 |
| Binary | 11011111 | 101010 | 10001111 | 0 | 1010001 | 100100 | 1101 | 101000111 | 1001010 | 110100 |
Color Harmonies of #DF2A8F
Complementary color
Monochromatic Colors of #DF2A8F
Black with #DF2A8F
Text Example
Text Example
White with #DF2A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2A8F; }
p { color: rgb(223,42,143); }
H1.HeaderClassName
{
color: #DF2A8F;
}
.AnyTagClassName
{
color: #DF2A8F;
}
</style>
background-color css
<style>
a { background-color: #DF2A8F; }
a { background-color: rgb(223,42,143); }
div.DivClassName
{
background-color: #DF2A8F;
}
.BgClassName
{
background-color: #DF2A8F;
}
</style>
border-color css
<style>
span { border-color: #DF2A8F; }
span { border-color: rgb(223,42,143); }
td.TdClassName
{
border-color: #DF2A8F;
}
.TagClassName
{
border-color: #DF2A8F;
}
</style>