Shades of Brilliant Rose #DF549F
Tints of Brilliant Rose #DF549F
RGB
CMYK
RGB Variations
Color information
#DF549F (or 0xDF549F) is known color: Brilliant Rose. HEX triplet: DF, 54 and 9F. RGB value is (223,84,159). Sum of RGB (Red+Green+Blue) = 223+84+159=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF549F is #20AB60. Grayscale: #858585. Windows color (decimal): -2141025 or 10441951. OLE color: 10441951.
HSL color Cylindrical-coordinate representation of color #DF549F: hue angle of 327.63º 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 #DF549F is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 159 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.13 |
| HSL | 327.63º | 0.68% | 0.6% | - |
| HSV(B) | 327.63º | 0.62% | 0.87% | - |
| XYZ | 39.86 | 24.53 | 35.44 | - |
| YUV | 134.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 159 | 0 | 0.62 | 0.29 | 0.13 | 327.63 | 0.68 | 0.6 |
| Hex | DF | 54 | 9F | 0 | 3E | 1D | D | 148 | 44 | 3C |
| Octal | 337 | 124 | 237 | 0 | 76 | 35 | 15 | 510 | 104 | 74 |
| Binary | 11011111 | 1010100 | 10011111 | 0 | 111110 | 11101 | 1101 | 101001000 | 1000100 | 111100 |
Color Harmonies of #DF549F
Complementary color
Monochromatic Colors of #DF549F
Black with #DF549F
Text Example
Text Example
White with #DF549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF549F; }
p { color: rgb(223,84,159); }
H1.HeaderClassName
{
color: #DF549F;
}
.AnyTagClassName
{
color: #DF549F;
}
</style>
background-color css
<style>
a { background-color: #DF549F; }
a { background-color: rgb(223,84,159); }
div.DivClassName
{
background-color: #DF549F;
}
.BgClassName
{
background-color: #DF549F;
}
</style>
border-color css
<style>
span { border-color: #DF549F; }
span { border-color: rgb(223,84,159); }
td.TdClassName
{
border-color: #DF549F;
}
.TagClassName
{
border-color: #DF549F;
}
</style>