Shades of Brilliant Rose #DF54AF
Tints of Brilliant Rose #DF54AF
RGB
CMYK
RGB Variations
Color information
#DF54AF (or 0xDF54AF) is known color: Brilliant Rose. HEX triplet: DF, 54 and AF. RGB value is (223,84,175). Sum of RGB (Red+Green+Blue) = 223+84+175=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF54AF is #20AB50. Grayscale: #878787. Windows color (decimal): -2141009 or 11490527. OLE color: 11490527.
HSL color Cylindrical-coordinate representation of color #DF54AF: hue angle of 320.72º 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 #DF54AF is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 84 | 175 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.13 |
| HSL | 320.72º | 0.68% | 0.6% | - |
| HSV(B) | 320.72º | 0.62% | 0.87% | - |
| XYZ | 41.34 | 25.12 | 43.23 | - |
| YUV | 135.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 175 | 0 | 0.62 | 0.22 | 0.13 | 320.72 | 0.68 | 0.6 |
| Hex | DF | 54 | AF | 0 | 3E | 16 | D | 141 | 44 | 3C |
| Octal | 337 | 124 | 257 | 0 | 76 | 26 | 15 | 501 | 104 | 74 |
| Binary | 11011111 | 1010100 | 10101111 | 0 | 111110 | 10110 | 1101 | 101000001 | 1000100 | 111100 |
Color Harmonies of #DF54AF
Complementary color
Monochromatic Colors of #DF54AF
Black with #DF54AF
Text Example
Text Example
White with #DF54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF54AF; }
p { color: rgb(223,84,175); }
H1.HeaderClassName
{
color: #DF54AF;
}
.AnyTagClassName
{
color: #DF54AF;
}
</style>
background-color css
<style>
a { background-color: #DF54AF; }
a { background-color: rgb(223,84,175); }
div.DivClassName
{
background-color: #DF54AF;
}
.BgClassName
{
background-color: #DF54AF;
}
</style>
border-color css
<style>
span { border-color: #DF54AF; }
span { border-color: rgb(223,84,175); }
td.TdClassName
{
border-color: #DF54AF;
}
.TagClassName
{
border-color: #DF54AF;
}
</style>