Shades of Brilliant Rose #DF50A1
Tints of Brilliant Rose #DF50A1
RGB
CMYK
RGB Variations
Color information
#DF50A1 (or 0xDF50A1) is known color: Brilliant Rose. HEX triplet: DF, 50 and A1. RGB value is (223,80,161). Sum of RGB (Red+Green+Blue) = 223+80+161=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50A1 is #20AF5E. Grayscale: #838383. Windows color (decimal): -2142047 or 10571999. OLE color: 10571999.
HSL color Cylindrical-coordinate representation of color #DF50A1: hue angle of 326.01º 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 #DF50A1 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 161 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.13 |
| HSL | 326.01º | 0.69% | 0.59% | - |
| HSV(B) | 326.01º | 0.64% | 0.87% | - |
| XYZ | 39.73 | 24 | 36.26 | - |
| YUV | 131.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 161 | 0 | 0.64 | 0.28 | 0.13 | 326.01 | 0.69 | 0.59 |
| Hex | DF | 50 | A1 | 0 | 40 | 1C | D | 146 | 45 | 3B |
| Octal | 337 | 120 | 241 | 0 | 100 | 34 | 15 | 506 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10100001 | 0 | 1000000 | 11100 | 1101 | 101000110 | 1000101 | 111011 |
Color Harmonies of #DF50A1
Complementary color
Monochromatic Colors of #DF50A1
Black with #DF50A1
Text Example
Text Example
White with #DF50A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50A1; }
p { color: rgb(223,80,161); }
H1.HeaderClassName
{
color: #DF50A1;
}
.AnyTagClassName
{
color: #DF50A1;
}
</style>
background-color css
<style>
a { background-color: #DF50A1; }
a { background-color: rgb(223,80,161); }
div.DivClassName
{
background-color: #DF50A1;
}
.BgClassName
{
background-color: #DF50A1;
}
</style>
border-color css
<style>
span { border-color: #DF50A1; }
span { border-color: rgb(223,80,161); }
td.TdClassName
{
border-color: #DF50A1;
}
.TagClassName
{
border-color: #DF50A1;
}
</style>