Shades of Brilliant Rose #DF50B3
Tints of Brilliant Rose #DF50B3
RGB
CMYK
RGB Variations
Color information
#DF50B3 (or 0xDF50B3) is known color: Brilliant Rose. HEX triplet: DF, 50 and B3. RGB value is (223,80,179). Sum of RGB (Red+Green+Blue) = 223+80+179=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50B3 is #20AF4C. Grayscale: #858585. Windows color (decimal): -2142029 or 11751647. OLE color: 11751647.
HSL color Cylindrical-coordinate representation of color #DF50B3: hue angle of 318.46º 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 #DF50B3 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 179 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.13 |
| HSL | 318.46º | 0.69% | 0.59% | - |
| HSV(B) | 318.46º | 0.64% | 0.87% | - |
| XYZ | 41.44 | 24.68 | 45.23 | - |
| YUV | 134.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 179 | 0 | 0.64 | 0.20 | 0.13 | 318.46 | 0.69 | 0.59 |
| Hex | DF | 50 | B3 | 0 | 40 | 14 | D | 13E | 45 | 3B |
| Octal | 337 | 120 | 263 | 0 | 100 | 24 | 15 | 476 | 105 | 73 |
| Binary | 11011111 | 1010000 | 10110011 | 0 | 1000000 | 10100 | 1101 | 100111110 | 1000101 | 111011 |
Color Harmonies of #DF50B3
Complementary color
Monochromatic Colors of #DF50B3
Black with #DF50B3
Text Example
Text Example
White with #DF50B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50B3; }
p { color: rgb(223,80,179); }
H1.HeaderClassName
{
color: #DF50B3;
}
.AnyTagClassName
{
color: #DF50B3;
}
</style>
background-color css
<style>
a { background-color: #DF50B3; }
a { background-color: rgb(223,80,179); }
div.DivClassName
{
background-color: #DF50B3;
}
.BgClassName
{
background-color: #DF50B3;
}
</style>
border-color css
<style>
span { border-color: #DF50B3; }
span { border-color: rgb(223,80,179); }
td.TdClassName
{
border-color: #DF50B3;
}
.TagClassName
{
border-color: #DF50B3;
}
</style>