Shades of Brilliant Rose #DF55AD
Tints of Brilliant Rose #DF55AD
RGB
CMYK
RGB Variations
Color information
#DF55AD (or 0xDF55AD) is known color: Brilliant Rose. HEX triplet: DF, 55 and AD. RGB value is (223,85,173). Sum of RGB (Red+Green+Blue) = 223+85+173=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55AD is #20AA52. Grayscale: #888888. Windows color (decimal): -2140755 or 11359711. OLE color: 11359711.
HSL color Cylindrical-coordinate representation of color #DF55AD: hue angle of 321.74º 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 #DF55AD is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 173 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.13 |
| HSL | 321.74º | 0.68% | 0.6% | - |
| HSV(B) | 321.74º | 0.62% | 0.87% | - |
| XYZ | 41.22 | 25.2 | 42.23 | - |
| YUV | 136.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 173 | 0 | 0.62 | 0.22 | 0.13 | 321.74 | 0.68 | 0.6 |
| Hex | DF | 55 | AD | 0 | 3E | 16 | D | 142 | 44 | 3C |
| Octal | 337 | 125 | 255 | 0 | 76 | 26 | 15 | 502 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10101101 | 0 | 111110 | 10110 | 1101 | 101000010 | 1000100 | 111100 |
Color Harmonies of #DF55AD
Complementary color
Monochromatic Colors of #DF55AD
Black with #DF55AD
Text Example
Text Example
White with #DF55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55AD; }
p { color: rgb(223,85,173); }
H1.HeaderClassName
{
color: #DF55AD;
}
.AnyTagClassName
{
color: #DF55AD;
}
</style>
background-color css
<style>
a { background-color: #DF55AD; }
a { background-color: rgb(223,85,173); }
div.DivClassName
{
background-color: #DF55AD;
}
.BgClassName
{
background-color: #DF55AD;
}
</style>
border-color css
<style>
span { border-color: #DF55AD; }
span { border-color: rgb(223,85,173); }
td.TdClassName
{
border-color: #DF55AD;
}
.TagClassName
{
border-color: #DF55AD;
}
</style>