Shades of Brilliant Rose #DF50AD
Tints of Brilliant Rose #DF50AD
RGB
CMYK
RGB Variations
Color information
#DF50AD (or 0xDF50AD) is known color: Brilliant Rose. HEX triplet: DF, 50 and AD. RGB value is (223,80,173). Sum of RGB (Red+Green+Blue) = 223+80+173=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50AD is #20AF52. Grayscale: #858585. Windows color (decimal): -2142035 or 11358431. OLE color: 11358431.
HSL color Cylindrical-coordinate representation of color #DF50AD: hue angle of 320.98º 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 #DF50AD is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 173 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.13 |
| HSL | 320.98º | 0.69% | 0.59% | - |
| HSV(B) | 320.98º | 0.64% | 0.87% | - |
| XYZ | 40.84 | 24.44 | 42.1 | - |
| YUV | 133.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 173 | 0 | 0.64 | 0.22 | 0.13 | 320.98 | 0.69 | 0.59 |
| Hex | DF | 50 | AD | 0 | 40 | 16 | D | 141 | 45 | 3B |
| Octal | 337 | 120 | 255 | 0 | 100 | 26 | 15 | 501 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10101101 | 0 | 1000000 | 10110 | 1101 | 101000001 | 1000101 | 111011 |
Color Harmonies of #DF50AD
Complementary color
Monochromatic Colors of #DF50AD
Black with #DF50AD
Text Example
Text Example
White with #DF50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50AD; }
p { color: rgb(223,80,173); }
H1.HeaderClassName
{
color: #DF50AD;
}
.AnyTagClassName
{
color: #DF50AD;
}
</style>
background-color css
<style>
a { background-color: #DF50AD; }
a { background-color: rgb(223,80,173); }
div.DivClassName
{
background-color: #DF50AD;
}
.BgClassName
{
background-color: #DF50AD;
}
</style>
border-color css
<style>
span { border-color: #DF50AD; }
span { border-color: rgb(223,80,173); }
td.TdClassName
{
border-color: #DF50AD;
}
.TagClassName
{
border-color: #DF50AD;
}
</style>