Shades of Brilliant Rose #DF50B0
Tints of Brilliant Rose #DF50B0
RGB
CMYK
RGB Variations
Color information
#DF50B0 (or 0xDF50B0) is known color: Brilliant Rose. HEX triplet: DF, 50 and B0. RGB value is (223,80,176). Sum of RGB (Red+Green+Blue) = 223+80+176=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF50B0 is #20AF4F. Grayscale: #858585. Windows color (decimal): -2142032 or 11555039. OLE color: 11555039.
HSL color Cylindrical-coordinate representation of color #DF50B0: hue angle of 319.72º 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 #DF50B0 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 176 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.13 |
| HSL | 319.72º | 0.69% | 0.59% | - |
| HSV(B) | 319.72º | 0.64% | 0.87% | - |
| XYZ | 41.14 | 24.56 | 43.65 | - |
| YUV | 133.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 176 | 0 | 0.64 | 0.21 | 0.13 | 319.72 | 0.69 | 0.59 |
| Hex | DF | 50 | B0 | 0 | 40 | 15 | D | 140 | 45 | 3B |
| Octal | 337 | 120 | 260 | 0 | 100 | 25 | 15 | 500 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10110000 | 0 | 1000000 | 10101 | 1101 | 101000000 | 1000101 | 111011 |
Color Harmonies of #DF50B0
Complementary color
Monochromatic Colors of #DF50B0
Black with #DF50B0
Text Example
Text Example
White with #DF50B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50B0; }
p { color: rgb(223,80,176); }
H1.HeaderClassName
{
color: #DF50B0;
}
.AnyTagClassName
{
color: #DF50B0;
}
</style>
background-color css
<style>
a { background-color: #DF50B0; }
a { background-color: rgb(223,80,176); }
div.DivClassName
{
background-color: #DF50B0;
}
.BgClassName
{
background-color: #DF50B0;
}
</style>
border-color css
<style>
span { border-color: #DF50B0; }
span { border-color: rgb(223,80,176); }
td.TdClassName
{
border-color: #DF50B0;
}
.TagClassName
{
border-color: #DF50B0;
}
</style>