Shades of Brilliant Rose #DF47AA
Tints of Brilliant Rose #DF47AA
RGB
CMYK
RGB Variations
Color information
#DF47AA (or 0xDF47AA) is known color: Brilliant Rose. HEX triplet: DF, 47 and AA. RGB value is (223,71,170). Sum of RGB (Red+Green+Blue) = 223+71+170=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF47AA is #20B855. Grayscale: #7F7F7F. Windows color (decimal): -2144342 or 11159519. OLE color: 11159519.
HSL color Cylindrical-coordinate representation of color #DF47AA: hue angle of 320.92º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF47AA is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 170 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.13 |
| HSL | 320.92º | 0.7% | 0.58% | - |
| HSV(B) | 320.92º | 0.68% | 0.87% | - |
| XYZ | 39.94 | 23.1 | 40.38 | - |
| YUV | 127.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 170 | 0 | 0.68 | 0.24 | 0.13 | 320.92 | 0.7 | 0.58 |
| Hex | DF | 47 | AA | 0 | 44 | 18 | D | 141 | 46 | 3A |
| Octal | 337 | 107 | 252 | 0 | 104 | 30 | 15 | 501 | 106 | 72 |
| Binary | 11011111 | 1000111 | 10101010 | 0 | 1000100 | 11000 | 1101 | 101000001 | 1000110 | 111010 |
Color Harmonies of #DF47AA
Complementary color
Monochromatic Colors of #DF47AA
Black with #DF47AA
Text Example
Text Example
White with #DF47AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47AA; }
p { color: rgb(223,71,170); }
H1.HeaderClassName
{
color: #DF47AA;
}
.AnyTagClassName
{
color: #DF47AA;
}
</style>
background-color css
<style>
a { background-color: #DF47AA; }
a { background-color: rgb(223,71,170); }
div.DivClassName
{
background-color: #DF47AA;
}
.BgClassName
{
background-color: #DF47AA;
}
</style>
border-color css
<style>
span { border-color: #DF47AA; }
span { border-color: rgb(223,71,170); }
td.TdClassName
{
border-color: #DF47AA;
}
.TagClassName
{
border-color: #DF47AA;
}
</style>