Shades of Deep Cerise #DF45A1
Tints of Deep Cerise #DF45A1
RGB
CMYK
RGB Variations
Color information
#DF45A1 (or 0xDF45A1) is known color: Deep Cerise. HEX triplet: DF, 45 and A1. RGB value is (223,69,161). Sum of RGB (Red+Green+Blue) = 223+69+161=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF45A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF45A1 is #20BA5E. Grayscale: #7D7D7D. Windows color (decimal): -2144863 or 10569183. OLE color: 10569183.
HSL color Cylindrical-coordinate representation of color #DF45A1: hue angle of 324.16º 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 #DF45A1 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 161 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.13 |
| HSL | 324.16º | 0.71% | 0.57% | - |
| HSV(B) | 324.16º | 0.69% | 0.87% | - |
| XYZ | 38.99 | 22.52 | 36.01 | - |
| YUV | 125.53 | 148.02 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 161 | 0 | 0.69 | 0.28 | 0.13 | 324.16 | 0.71 | 0.57 |
| Hex | DF | 45 | A1 | 0 | 45 | 1C | D | 144 | 47 | 39 |
| Octal | 337 | 105 | 241 | 0 | 105 | 34 | 15 | 504 | 107 | 71 |
| Binary | 11011111 | 1000101 | 10100001 | 0 | 1000101 | 11100 | 1101 | 101000100 | 1000111 | 111001 |
Color Harmonies of #DF45A1
Complementary color
Monochromatic Colors of #DF45A1
Black with #DF45A1
Text Example
Text Example
White with #DF45A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF45A1; }
p { color: rgb(223,69,161); }
H1.HeaderClassName
{
color: #DF45A1;
}
.AnyTagClassName
{
color: #DF45A1;
}
</style>
background-color css
<style>
a { background-color: #DF45A1; }
a { background-color: rgb(223,69,161); }
div.DivClassName
{
background-color: #DF45A1;
}
.BgClassName
{
background-color: #DF45A1;
}
</style>
border-color css
<style>
span { border-color: #DF45A1; }
span { border-color: rgb(223,69,161); }
td.TdClassName
{
border-color: #DF45A1;
}
.TagClassName
{
border-color: #DF45A1;
}
</style>