Shades of Brilliant Rose #DF58AA
Tints of Brilliant Rose #DF58AA
RGB
CMYK
RGB Variations
Color information
#DF58AA (or 0xDF58AA) is known color: Brilliant Rose. HEX triplet: DF, 58 and AA. RGB value is (223,88,170). Sum of RGB (Red+Green+Blue) = 223+88+170=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF58AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF58AA is #20A755. Grayscale: #898989. Windows color (decimal): -2139990 or 11163871. OLE color: 11163871.
HSL color Cylindrical-coordinate representation of color #DF58AA: hue angle of 323.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF58AA is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 170 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.13 |
| HSL | 323.56º | 0.68% | 0.61% | - |
| HSV(B) | 323.56º | 0.61% | 0.87% | - |
| XYZ | 41.18 | 25.57 | 40.8 | - |
| YUV | 137.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 170 | 0 | 0.61 | 0.24 | 0.13 | 323.56 | 0.68 | 0.61 |
| Hex | DF | 58 | AA | 0 | 3D | 18 | D | 144 | 44 | 3D |
| Octal | 337 | 130 | 252 | 0 | 75 | 30 | 15 | 504 | 104 | 75 |
| Binary | 11011111 | 1011000 | 10101010 | 0 | 111101 | 11000 | 1101 | 101000100 | 1000100 | 111101 |
Color Harmonies of #DF58AA
Complementary color
Monochromatic Colors of #DF58AA
Black with #DF58AA
Text Example
Text Example
White with #DF58AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58AA; }
p { color: rgb(223,88,170); }
H1.HeaderClassName
{
color: #DF58AA;
}
.AnyTagClassName
{
color: #DF58AA;
}
</style>
background-color css
<style>
a { background-color: #DF58AA; }
a { background-color: rgb(223,88,170); }
div.DivClassName
{
background-color: #DF58AA;
}
.BgClassName
{
background-color: #DF58AA;
}
</style>
border-color css
<style>
span { border-color: #DF58AA; }
span { border-color: rgb(223,88,170); }
td.TdClassName
{
border-color: #DF58AA;
}
.TagClassName
{
border-color: #DF58AA;
}
</style>