Shades of Brilliant Rose #DF54A6
Tints of Brilliant Rose #DF54A6
RGB
CMYK
RGB Variations
Color information
#DF54A6 (or 0xDF54A6) is known color: Brilliant Rose. HEX triplet: DF, 54 and A6. RGB value is (223,84,166). Sum of RGB (Red+Green+Blue) = 223+84+166=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF54A6 is #20AB59. Grayscale: #868686. Windows color (decimal): -2141018 or 10900703. OLE color: 10900703.
HSL color Cylindrical-coordinate representation of color #DF54A6: hue angle of 324.6º 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 #DF54A6 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 166 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.13 |
| HSL | 324.6º | 0.68% | 0.6% | - |
| HSV(B) | 324.6º | 0.62% | 0.87% | - |
| XYZ | 40.48 | 24.78 | 38.73 | - |
| YUV | 134.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 166 | 0 | 0.62 | 0.26 | 0.13 | 324.6 | 0.68 | 0.6 |
| Hex | DF | 54 | A6 | 0 | 3E | 1A | D | 145 | 44 | 3C |
| Octal | 337 | 124 | 246 | 0 | 76 | 32 | 15 | 505 | 104 | 74 |
| Binary | 11011111 | 1010100 | 10100110 | 0 | 111110 | 11010 | 1101 | 101000101 | 1000100 | 111100 |
Color Harmonies of #DF54A6
Complementary color
Monochromatic Colors of #DF54A6
Black with #DF54A6
Text Example
Text Example
White with #DF54A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF54A6; }
p { color: rgb(223,84,166); }
H1.HeaderClassName
{
color: #DF54A6;
}
.AnyTagClassName
{
color: #DF54A6;
}
</style>
background-color css
<style>
a { background-color: #DF54A6; }
a { background-color: rgb(223,84,166); }
div.DivClassName
{
background-color: #DF54A6;
}
.BgClassName
{
background-color: #DF54A6;
}
</style>
border-color css
<style>
span { border-color: #DF54A6; }
span { border-color: rgb(223,84,166); }
td.TdClassName
{
border-color: #DF54A6;
}
.TagClassName
{
border-color: #DF54A6;
}
</style>