Shades of Deep Cerise #DF45A2
Tints of Deep Cerise #DF45A2
RGB
CMYK
RGB Variations
Color information
#DF45A2 (or 0xDF45A2) is known color: Deep Cerise. HEX triplet: DF, 45 and A2. RGB value is (223,69,162). Sum of RGB (Red+Green+Blue) = 223+69+162=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF45A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF45A2 is #20BA5D. Grayscale: #7D7D7D. Windows color (decimal): -2144862 or 10634719. OLE color: 10634719.
HSL color Cylindrical-coordinate representation of color #DF45A2: hue angle of 323.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF45A2 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 162 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.13 |
| HSL | 323.77º | 0.71% | 0.57% | - |
| HSV(B) | 323.77º | 0.69% | 0.87% | - |
| XYZ | 39.08 | 22.55 | 36.48 | - |
| YUV | 125.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 162 | 0 | 0.69 | 0.27 | 0.13 | 323.77 | 0.71 | 0.57 |
| Hex | DF | 45 | A2 | 0 | 45 | 1B | D | 144 | 47 | 39 |
| Octal | 337 | 105 | 242 | 0 | 105 | 33 | 15 | 504 | 107 | 71 |
| Binary | 11011111 | 1000101 | 10100010 | 0 | 1000101 | 11011 | 1101 | 101000100 | 1000111 | 111001 |
Color Harmonies of #DF45A2
Complementary color
Monochromatic Colors of #DF45A2
Black with #DF45A2
Text Example
Text Example
White with #DF45A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF45A2; }
p { color: rgb(223,69,162); }
H1.HeaderClassName
{
color: #DF45A2;
}
.AnyTagClassName
{
color: #DF45A2;
}
</style>
background-color css
<style>
a { background-color: #DF45A2; }
a { background-color: rgb(223,69,162); }
div.DivClassName
{
background-color: #DF45A2;
}
.BgClassName
{
background-color: #DF45A2;
}
</style>
border-color css
<style>
span { border-color: #DF45A2; }
span { border-color: rgb(223,69,162); }
td.TdClassName
{
border-color: #DF45A2;
}
.TagClassName
{
border-color: #DF45A2;
}
</style>