Shades of Brilliant Rose #DF51B4
Tints of Brilliant Rose #DF51B4
RGB
CMYK
RGB Variations
Color information
#DF51B4 (or 0xDF51B4) is known color: Brilliant Rose. HEX triplet: DF, 51 and B4. RGB value is (223,81,180). Sum of RGB (Red+Green+Blue) = 223+81+180=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF51B4 is #20AE4B. Grayscale: #868686. Windows color (decimal): -2141772 or 11817439. OLE color: 11817439.
HSL color Cylindrical-coordinate representation of color #DF51B4: hue angle of 318.17º 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 #DF51B4 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 180 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.13 |
| HSL | 318.17º | 0.69% | 0.6% | - |
| HSV(B) | 318.17º | 0.64% | 0.87% | - |
| XYZ | 41.61 | 24.87 | 45.79 | - |
| YUV | 134.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 180 | 0 | 0.64 | 0.19 | 0.13 | 318.17 | 0.69 | 0.6 |
| Hex | DF | 51 | B4 | 0 | 40 | 13 | D | 13E | 45 | 3C |
| Octal | 337 | 121 | 264 | 0 | 100 | 23 | 15 | 476 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10110100 | 0 | 1000000 | 10011 | 1101 | 100111110 | 1000101 | 111100 |
Color Harmonies of #DF51B4
Complementary color
Monochromatic Colors of #DF51B4
Black with #DF51B4
Text Example
Text Example
White with #DF51B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF51B4; }
p { color: rgb(223,81,180); }
H1.HeaderClassName
{
color: #DF51B4;
}
.AnyTagClassName
{
color: #DF51B4;
}
</style>
background-color css
<style>
a { background-color: #DF51B4; }
a { background-color: rgb(223,81,180); }
div.DivClassName
{
background-color: #DF51B4;
}
.BgClassName
{
background-color: #DF51B4;
}
</style>
border-color css
<style>
span { border-color: #DF51B4; }
span { border-color: rgb(223,81,180); }
td.TdClassName
{
border-color: #DF51B4;
}
.TagClassName
{
border-color: #DF51B4;
}
</style>