Shades of Brilliant Rose #DF59AD
Tints of Brilliant Rose #DF59AD
RGB
CMYK
RGB Variations
Color information
#DF59AD (or 0xDF59AD) is known color: Brilliant Rose. HEX triplet: DF, 59 and AD. RGB value is (223,89,173). Sum of RGB (Red+Green+Blue) = 223+89+173=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF59AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF59AD is #20A652. Grayscale: #8A8A8A. Windows color (decimal): -2139731 or 11360735. OLE color: 11360735.
HSL color Cylindrical-coordinate representation of color #DF59AD: hue angle of 322.39º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF59AD is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 173 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.13 |
| HSL | 322.39º | 0.68% | 0.61% | - |
| HSV(B) | 322.39º | 0.6% | 0.87% | - |
| XYZ | 41.55 | 25.85 | 42.33 | - |
| YUV | 138.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 173 | 0 | 0.60 | 0.22 | 0.13 | 322.39 | 0.68 | 0.61 |
| Hex | DF | 59 | AD | 0 | 3C | 16 | D | 142 | 44 | 3D |
| Octal | 337 | 131 | 255 | 0 | 74 | 26 | 15 | 502 | 104 | 75 |
| Binary | 11011111 | 1011001 | 10101101 | 0 | 111100 | 10110 | 1101 | 101000010 | 1000100 | 111101 |
Color Harmonies of #DF59AD
Complementary color
Monochromatic Colors of #DF59AD
Black with #DF59AD
Text Example
Text Example
White with #DF59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF59AD; }
p { color: rgb(223,89,173); }
H1.HeaderClassName
{
color: #DF59AD;
}
.AnyTagClassName
{
color: #DF59AD;
}
</style>
background-color css
<style>
a { background-color: #DF59AD; }
a { background-color: rgb(223,89,173); }
div.DivClassName
{
background-color: #DF59AD;
}
.BgClassName
{
background-color: #DF59AD;
}
</style>
border-color css
<style>
span { border-color: #DF59AD; }
span { border-color: rgb(223,89,173); }
td.TdClassName
{
border-color: #DF59AD;
}
.TagClassName
{
border-color: #DF59AD;
}
</style>