Shades of Brilliant Rose #DF51A7
Tints of Brilliant Rose #DF51A7
RGB
CMYK
RGB Variations
Color information
#DF51A7 (or 0xDF51A7) is known color: Brilliant Rose. HEX triplet: DF, 51 and A7. RGB value is (223,81,167). Sum of RGB (Red+Green+Blue) = 223+81+167=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF51A7 is #20AE58. Grayscale: #858585. Windows color (decimal): -2141785 or 10965471. OLE color: 10965471.
HSL color Cylindrical-coordinate representation of color #DF51A7: hue angle of 323.66º 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 #DF51A7 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 167 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.13 |
| HSL | 323.66º | 0.69% | 0.6% | - |
| HSV(B) | 323.66º | 0.64% | 0.87% | - |
| XYZ | 40.35 | 24.36 | 39.14 | - |
| YUV | 133.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 167 | 0 | 0.64 | 0.25 | 0.13 | 323.66 | 0.69 | 0.6 |
| Hex | DF | 51 | A7 | 0 | 40 | 19 | D | 144 | 45 | 3C |
| Octal | 337 | 121 | 247 | 0 | 100 | 31 | 15 | 504 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10100111 | 0 | 1000000 | 11001 | 1101 | 101000100 | 1000101 | 111100 |
Color Harmonies of #DF51A7
Complementary color
Monochromatic Colors of #DF51A7
Black with #DF51A7
Text Example
Text Example
White with #DF51A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF51A7; }
p { color: rgb(223,81,167); }
H1.HeaderClassName
{
color: #DF51A7;
}
.AnyTagClassName
{
color: #DF51A7;
}
</style>
background-color css
<style>
a { background-color: #DF51A7; }
a { background-color: rgb(223,81,167); }
div.DivClassName
{
background-color: #DF51A7;
}
.BgClassName
{
background-color: #DF51A7;
}
</style>
border-color css
<style>
span { border-color: #DF51A7; }
span { border-color: rgb(223,81,167); }
td.TdClassName
{
border-color: #DF51A7;
}
.TagClassName
{
border-color: #DF51A7;
}
</style>