Shades of Brilliant Rose #DF45AA
Tints of Brilliant Rose #DF45AA
RGB
CMYK
RGB Variations
Color information
#DF45AA (or 0xDF45AA) is known color: Brilliant Rose. HEX triplet: DF, 45 and AA. RGB value is (223,69,170). Sum of RGB (Red+Green+Blue) = 223+69+170=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF45AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF45AA is #20BA55. Grayscale: #7E7E7E. Windows color (decimal): -2144854 or 11159007. OLE color: 11159007.
HSL color Cylindrical-coordinate representation of color #DF45AA: hue angle of 320.65º 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 #DF45AA is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 170 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.13 |
| HSL | 320.65º | 0.71% | 0.57% | - |
| HSV(B) | 320.65º | 0.69% | 0.87% | - |
| XYZ | 39.82 | 22.85 | 40.34 | - |
| YUV | 126.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 170 | 0 | 0.69 | 0.24 | 0.13 | 320.65 | 0.71 | 0.57 |
| Hex | DF | 45 | AA | 0 | 45 | 18 | D | 141 | 47 | 39 |
| Octal | 337 | 105 | 252 | 0 | 105 | 30 | 15 | 501 | 107 | 71 |
| Binary | 11011111 | 1000101 | 10101010 | 0 | 1000101 | 11000 | 1101 | 101000001 | 1000111 | 111001 |
Color Harmonies of #DF45AA
Complementary color
Monochromatic Colors of #DF45AA
Black with #DF45AA
Text Example
Text Example
White with #DF45AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF45AA; }
p { color: rgb(223,69,170); }
H1.HeaderClassName
{
color: #DF45AA;
}
.AnyTagClassName
{
color: #DF45AA;
}
</style>
background-color css
<style>
a { background-color: #DF45AA; }
a { background-color: rgb(223,69,170); }
div.DivClassName
{
background-color: #DF45AA;
}
.BgClassName
{
background-color: #DF45AA;
}
</style>
border-color css
<style>
span { border-color: #DF45AA; }
span { border-color: rgb(223,69,170); }
td.TdClassName
{
border-color: #DF45AA;
}
.TagClassName
{
border-color: #DF45AA;
}
</style>