Shades of Brilliant Rose #DF50A9
Tints of Brilliant Rose #DF50A9
RGB
CMYK
RGB Variations
Color information
#DF50A9 (or 0xDF50A9) is known color: Brilliant Rose. HEX triplet: DF, 50 and A9. RGB value is (223,80,169). Sum of RGB (Red+Green+Blue) = 223+80+169=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50A9 is #20AF56. Grayscale: #848484. Windows color (decimal): -2142039 or 11096287. OLE color: 11096287.
HSL color Cylindrical-coordinate representation of color #DF50A9: hue angle of 322.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF50A9 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 169 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.13 |
| HSL | 322.66º | 0.69% | 0.59% | - |
| HSV(B) | 322.66º | 0.64% | 0.87% | - |
| XYZ | 40.46 | 24.29 | 40.09 | - |
| YUV | 132.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 169 | 0 | 0.64 | 0.24 | 0.13 | 322.66 | 0.69 | 0.59 |
| Hex | DF | 50 | A9 | 0 | 40 | 18 | D | 143 | 45 | 3B |
| Octal | 337 | 120 | 251 | 0 | 100 | 30 | 15 | 503 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10101001 | 0 | 1000000 | 11000 | 1101 | 101000011 | 1000101 | 111011 |
Color Harmonies of #DF50A9
Complementary color
Monochromatic Colors of #DF50A9
Black with #DF50A9
Text Example
Text Example
White with #DF50A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50A9; }
p { color: rgb(223,80,169); }
H1.HeaderClassName
{
color: #DF50A9;
}
.AnyTagClassName
{
color: #DF50A9;
}
</style>
background-color css
<style>
a { background-color: #DF50A9; }
a { background-color: rgb(223,80,169); }
div.DivClassName
{
background-color: #DF50A9;
}
.BgClassName
{
background-color: #DF50A9;
}
</style>
border-color css
<style>
span { border-color: #DF50A9; }
span { border-color: rgb(223,80,169); }
td.TdClassName
{
border-color: #DF50A9;
}
.TagClassName
{
border-color: #DF50A9;
}
</style>