Shades of Brilliant Rose #DF50AC
Tints of Brilliant Rose #DF50AC
RGB
CMYK
RGB Variations
Color information
#DF50AC (or 0xDF50AC) is known color: Brilliant Rose. HEX triplet: DF, 50 and AC. RGB value is (223,80,172). Sum of RGB (Red+Green+Blue) = 223+80+172=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50AC is #20AF53. Grayscale: #858585. Windows color (decimal): -2142036 or 11292895. OLE color: 11292895.
HSL color Cylindrical-coordinate representation of color #DF50AC: hue angle of 321.4º 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 #DF50AC is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 172 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.13 |
| HSL | 321.4º | 0.69% | 0.59% | - |
| HSV(B) | 321.4º | 0.64% | 0.87% | - |
| XYZ | 40.75 | 24.4 | 41.59 | - |
| YUV | 133.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 172 | 0 | 0.64 | 0.23 | 0.13 | 321.4 | 0.69 | 0.59 |
| Hex | DF | 50 | AC | 0 | 40 | 17 | D | 141 | 45 | 3B |
| Octal | 337 | 120 | 254 | 0 | 100 | 27 | 15 | 501 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10101100 | 0 | 1000000 | 10111 | 1101 | 101000001 | 1000101 | 111011 |
Color Harmonies of #DF50AC
Complementary color
Monochromatic Colors of #DF50AC
Black with #DF50AC
Text Example
Text Example
White with #DF50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50AC; }
p { color: rgb(223,80,172); }
H1.HeaderClassName
{
color: #DF50AC;
}
.AnyTagClassName
{
color: #DF50AC;
}
</style>
background-color css
<style>
a { background-color: #DF50AC; }
a { background-color: rgb(223,80,172); }
div.DivClassName
{
background-color: #DF50AC;
}
.BgClassName
{
background-color: #DF50AC;
}
</style>
border-color css
<style>
span { border-color: #DF50AC; }
span { border-color: rgb(223,80,172); }
td.TdClassName
{
border-color: #DF50AC;
}
.TagClassName
{
border-color: #DF50AC;
}
</style>