Shades of Brilliant Rose #DF54A3
Tints of Brilliant Rose #DF54A3
RGB
CMYK
RGB Variations
Color information
#DF54A3 (or 0xDF54A3) is known color: Brilliant Rose. HEX triplet: DF, 54 and A3. RGB value is (223,84,163). Sum of RGB (Red+Green+Blue) = 223+84+163=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF54A3 is #20AB5C. Grayscale: #868686. Windows color (decimal): -2141021 or 10704095. OLE color: 10704095.
HSL color Cylindrical-coordinate representation of color #DF54A3: hue angle of 325.9º 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 #DF54A3 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 163 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.13 |
| HSL | 325.9º | 0.68% | 0.6% | - |
| HSV(B) | 325.9º | 0.62% | 0.87% | - |
| XYZ | 40.21 | 24.67 | 37.29 | - |
| YUV | 134.57 | 144.05 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 163 | 0 | 0.62 | 0.27 | 0.13 | 325.9 | 0.68 | 0.6 |
| Hex | DF | 54 | A3 | 0 | 3E | 1B | D | 146 | 44 | 3C |
| Octal | 337 | 124 | 243 | 0 | 76 | 33 | 15 | 506 | 104 | 74 |
| Binary | 11011111 | 1010100 | 10100011 | 0 | 111110 | 11011 | 1101 | 101000110 | 1000100 | 111100 |
Color Harmonies of #DF54A3
Complementary color
Monochromatic Colors of #DF54A3
Black with #DF54A3
Text Example
Text Example
White with #DF54A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF54A3; }
p { color: rgb(223,84,163); }
H1.HeaderClassName
{
color: #DF54A3;
}
.AnyTagClassName
{
color: #DF54A3;
}
</style>
background-color css
<style>
a { background-color: #DF54A3; }
a { background-color: rgb(223,84,163); }
div.DivClassName
{
background-color: #DF54A3;
}
.BgClassName
{
background-color: #DF54A3;
}
</style>
border-color css
<style>
span { border-color: #DF54A3; }
span { border-color: rgb(223,84,163); }
td.TdClassName
{
border-color: #DF54A3;
}
.TagClassName
{
border-color: #DF54A3;
}
</style>