Shades of Brilliant Rose #DF49B0
Tints of Brilliant Rose #DF49B0
RGB
CMYK
RGB Variations
Color information
#DF49B0 (or 0xDF49B0) is known color: Brilliant Rose. HEX triplet: DF, 49 and B0. RGB value is (223,73,176). Sum of RGB (Red+Green+Blue) = 223+73+176=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF49B0 is #20B64F. Grayscale: #818181. Windows color (decimal): -2143824 or 11553247. OLE color: 11553247.
HSL color Cylindrical-coordinate representation of color #DF49B0: hue angle of 318.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF49B0 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 176 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.13 |
| HSL | 318.8º | 0.7% | 0.58% | - |
| HSV(B) | 318.8º | 0.67% | 0.87% | - |
| XYZ | 40.65 | 23.59 | 43.48 | - |
| YUV | 129.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 176 | 0 | 0.67 | 0.21 | 0.13 | 318.8 | 0.7 | 0.58 |
| Hex | DF | 49 | B0 | 0 | 43 | 15 | D | 13F | 46 | 3A |
| Octal | 337 | 111 | 260 | 0 | 103 | 25 | 15 | 477 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10110000 | 0 | 1000011 | 10101 | 1101 | 100111111 | 1000110 | 111010 |
Color Harmonies of #DF49B0
Complementary color
Monochromatic Colors of #DF49B0
Black with #DF49B0
Text Example
Text Example
White with #DF49B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49B0; }
p { color: rgb(223,73,176); }
H1.HeaderClassName
{
color: #DF49B0;
}
.AnyTagClassName
{
color: #DF49B0;
}
</style>
background-color css
<style>
a { background-color: #DF49B0; }
a { background-color: rgb(223,73,176); }
div.DivClassName
{
background-color: #DF49B0;
}
.BgClassName
{
background-color: #DF49B0;
}
</style>
border-color css
<style>
span { border-color: #DF49B0; }
span { border-color: rgb(223,73,176); }
td.TdClassName
{
border-color: #DF49B0;
}
.TagClassName
{
border-color: #DF49B0;
}
</style>