Shades of Brilliant Rose #DF52AA
Tints of Brilliant Rose #DF52AA
RGB
CMYK
RGB Variations
Color information
#DF52AA (or 0xDF52AA) is known color: Brilliant Rose. HEX triplet: DF, 52 and AA. RGB value is (223,82,170). Sum of RGB (Red+Green+Blue) = 223+82+170=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF52AA is #20AD55. Grayscale: #858585. Windows color (decimal): -2141526 or 11162335. OLE color: 11162335.
HSL color Cylindrical-coordinate representation of color #DF52AA: hue angle of 322.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF52AA is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 170 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.13 |
| HSL | 322.55º | 0.69% | 0.6% | - |
| HSV(B) | 322.55º | 0.63% | 0.87% | - |
| XYZ | 40.7 | 24.62 | 40.64 | - |
| YUV | 134.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 170 | 0 | 0.63 | 0.24 | 0.13 | 322.55 | 0.69 | 0.6 |
| Hex | DF | 52 | AA | 0 | 3F | 18 | D | 143 | 45 | 3C |
| Octal | 337 | 122 | 252 | 0 | 77 | 30 | 15 | 503 | 105 | 74 |
| Binary | 11011111 | 1010010 | 10101010 | 0 | 111111 | 11000 | 1101 | 101000011 | 1000101 | 111100 |
Color Harmonies of #DF52AA
Complementary color
Monochromatic Colors of #DF52AA
Black with #DF52AA
Text Example
Text Example
White with #DF52AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF52AA; }
p { color: rgb(223,82,170); }
H1.HeaderClassName
{
color: #DF52AA;
}
.AnyTagClassName
{
color: #DF52AA;
}
</style>
background-color css
<style>
a { background-color: #DF52AA; }
a { background-color: rgb(223,82,170); }
div.DivClassName
{
background-color: #DF52AA;
}
.BgClassName
{
background-color: #DF52AA;
}
</style>
border-color css
<style>
span { border-color: #DF52AA; }
span { border-color: rgb(223,82,170); }
td.TdClassName
{
border-color: #DF52AA;
}
.TagClassName
{
border-color: #DF52AA;
}
</style>