Shades of Brilliant Rose #DF54AA
Tints of Brilliant Rose #DF54AA
RGB
CMYK
RGB Variations
Color information
#DF54AA (or 0xDF54AA) is known color: Brilliant Rose. HEX triplet: DF, 54 and AA. RGB value is (223,84,170). Sum of RGB (Red+Green+Blue) = 223+84+170=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF54AA is #20AB55. Grayscale: #878787. Windows color (decimal): -2141014 or 11162847. OLE color: 11162847.
HSL color Cylindrical-coordinate representation of color #DF54AA: hue angle of 322.88º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF54AA is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 170 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.13 |
| HSL | 322.88º | 0.68% | 0.6% | - |
| HSV(B) | 322.88º | 0.62% | 0.87% | - |
| XYZ | 40.86 | 24.93 | 40.69 | - |
| YUV | 135.37 | 147.55 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 170 | 0 | 0.62 | 0.24 | 0.13 | 322.88 | 0.68 | 0.6 |
| Hex | DF | 54 | AA | 0 | 3E | 18 | D | 143 | 44 | 3C |
| Octal | 337 | 124 | 252 | 0 | 76 | 30 | 15 | 503 | 104 | 74 |
| Binary | 11011111 | 1010100 | 10101010 | 0 | 111110 | 11000 | 1101 | 101000011 | 1000100 | 111100 |
Color Harmonies of #DF54AA
Complementary color
Monochromatic Colors of #DF54AA
Black with #DF54AA
Text Example
Text Example
White with #DF54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF54AA; }
p { color: rgb(223,84,170); }
H1.HeaderClassName
{
color: #DF54AA;
}
.AnyTagClassName
{
color: #DF54AA;
}
</style>
background-color css
<style>
a { background-color: #DF54AA; }
a { background-color: rgb(223,84,170); }
div.DivClassName
{
background-color: #DF54AA;
}
.BgClassName
{
background-color: #DF54AA;
}
</style>
border-color css
<style>
span { border-color: #DF54AA; }
span { border-color: rgb(223,84,170); }
td.TdClassName
{
border-color: #DF54AA;
}
.TagClassName
{
border-color: #DF54AA;
}
</style>