Shades of Brilliant Rose #DF47AB
Tints of Brilliant Rose #DF47AB
RGB
CMYK
RGB Variations
Color information
#DF47AB (or 0xDF47AB) is known color: Brilliant Rose. HEX triplet: DF, 47 and AB. RGB value is (223,71,171). Sum of RGB (Red+Green+Blue) = 223+71+171=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF47AB is #20B854. Grayscale: #7F7F7F. Windows color (decimal): -2144341 or 11225055. OLE color: 11225055.
HSL color Cylindrical-coordinate representation of color #DF47AB: hue angle of 320.53º 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 #DF47AB is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 171 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.13 |
| HSL | 320.53º | 0.7% | 0.58% | - |
| HSV(B) | 320.53º | 0.68% | 0.87% | - |
| XYZ | 40.04 | 23.13 | 40.88 | - |
| YUV | 127.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 171 | 0 | 0.68 | 0.23 | 0.13 | 320.53 | 0.7 | 0.58 |
| Hex | DF | 47 | AB | 0 | 44 | 17 | D | 141 | 46 | 3A |
| Octal | 337 | 107 | 253 | 0 | 104 | 27 | 15 | 501 | 106 | 72 |
| Binary | 11011111 | 1000111 | 10101011 | 0 | 1000100 | 10111 | 1101 | 101000001 | 1000110 | 111010 |
Color Harmonies of #DF47AB
Complementary color
Monochromatic Colors of #DF47AB
Black with #DF47AB
Text Example
Text Example
White with #DF47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF47AB; }
p { color: rgb(223,71,171); }
H1.HeaderClassName
{
color: #DF47AB;
}
.AnyTagClassName
{
color: #DF47AB;
}
</style>
background-color css
<style>
a { background-color: #DF47AB; }
a { background-color: rgb(223,71,171); }
div.DivClassName
{
background-color: #DF47AB;
}
.BgClassName
{
background-color: #DF47AB;
}
</style>
border-color css
<style>
span { border-color: #DF47AB; }
span { border-color: rgb(223,71,171); }
td.TdClassName
{
border-color: #DF47AB;
}
.TagClassName
{
border-color: #DF47AB;
}
</style>