Shades of Brilliant Rose #DF45A9
Tints of Brilliant Rose #DF45A9
RGB
CMYK
RGB Variations
Color information
#DF45A9 (or 0xDF45A9) is known color: Brilliant Rose. HEX triplet: DF, 45 and A9. RGB value is (223,69,169). Sum of RGB (Red+Green+Blue) = 223+69+169=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF45A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF45A9 is #20BA56. Grayscale: #7E7E7E. Windows color (decimal): -2144855 or 11093471. OLE color: 11093471.
HSL color Cylindrical-coordinate representation of color #DF45A9: hue angle of 321.04º 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 #DF45A9 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 169 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.13 |
| HSL | 321.04º | 0.71% | 0.57% | - |
| HSV(B) | 321.04º | 0.69% | 0.87% | - |
| XYZ | 39.72 | 22.81 | 39.85 | - |
| YUV | 126.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 169 | 0 | 0.69 | 0.24 | 0.13 | 321.04 | 0.71 | 0.57 |
| Hex | DF | 45 | A9 | 0 | 45 | 18 | D | 141 | 47 | 39 |
| Octal | 337 | 105 | 251 | 0 | 105 | 30 | 15 | 501 | 107 | 71 |
| Binary | 11011111 | 1000101 | 10101001 | 0 | 1000101 | 11000 | 1101 | 101000001 | 1000111 | 111001 |
Color Harmonies of #DF45A9
Complementary color
Monochromatic Colors of #DF45A9
Black with #DF45A9
Text Example
Text Example
White with #DF45A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF45A9; }
p { color: rgb(223,69,169); }
H1.HeaderClassName
{
color: #DF45A9;
}
.AnyTagClassName
{
color: #DF45A9;
}
</style>
background-color css
<style>
a { background-color: #DF45A9; }
a { background-color: rgb(223,69,169); }
div.DivClassName
{
background-color: #DF45A9;
}
.BgClassName
{
background-color: #DF45A9;
}
</style>
border-color css
<style>
span { border-color: #DF45A9; }
span { border-color: rgb(223,69,169); }
td.TdClassName
{
border-color: #DF45A9;
}
.TagClassName
{
border-color: #DF45A9;
}
</style>