Shades of Brilliant Rose #DF51B1
Tints of Brilliant Rose #DF51B1
RGB
CMYK
RGB Variations
Color information
#DF51B1 (or 0xDF51B1) is known color: Brilliant Rose. HEX triplet: DF, 51 and B1. RGB value is (223,81,177). Sum of RGB (Red+Green+Blue) = 223+81+177=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF51B1 is #20AE4E. Grayscale: #868686. Windows color (decimal): -2141775 or 11620831. OLE color: 11620831.
HSL color Cylindrical-coordinate representation of color #DF51B1: hue angle of 319.44º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF51B1 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 177 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.13 |
| HSL | 319.44º | 0.69% | 0.6% | - |
| HSV(B) | 319.44º | 0.64% | 0.87% | - |
| XYZ | 41.31 | 24.75 | 44.19 | - |
| YUV | 134.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 177 | 0 | 0.64 | 0.21 | 0.13 | 319.44 | 0.69 | 0.6 |
| Hex | DF | 51 | B1 | 0 | 40 | 15 | D | 13F | 45 | 3C |
| Octal | 337 | 121 | 261 | 0 | 100 | 25 | 15 | 477 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10110001 | 0 | 1000000 | 10101 | 1101 | 100111111 | 1000101 | 111100 |
Color Harmonies of #DF51B1
Complementary color
Monochromatic Colors of #DF51B1
Black with #DF51B1
Text Example
Text Example
White with #DF51B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF51B1; }
p { color: rgb(223,81,177); }
H1.HeaderClassName
{
color: #DF51B1;
}
.AnyTagClassName
{
color: #DF51B1;
}
</style>
background-color css
<style>
a { background-color: #DF51B1; }
a { background-color: rgb(223,81,177); }
div.DivClassName
{
background-color: #DF51B1;
}
.BgClassName
{
background-color: #DF51B1;
}
</style>
border-color css
<style>
span { border-color: #DF51B1; }
span { border-color: rgb(223,81,177); }
td.TdClassName
{
border-color: #DF51B1;
}
.TagClassName
{
border-color: #DF51B1;
}
</style>