Shades of Brilliant Rose #DF51A3
Tints of Brilliant Rose #DF51A3
RGB
CMYK
RGB Variations
Color information
#DF51A3 (or 0xDF51A3) is known color: Brilliant Rose. HEX triplet: DF, 51 and A3. RGB value is (223,81,163). Sum of RGB (Red+Green+Blue) = 223+81+163=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF51A3 is #20AE5C. Grayscale: #848484. Windows color (decimal): -2141789 or 10703327. OLE color: 10703327.
HSL color Cylindrical-coordinate representation of color #DF51A3: hue angle of 325.35º 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 #DF51A3 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 163 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.13 |
| HSL | 325.35º | 0.69% | 0.6% | - |
| HSV(B) | 325.35º | 0.64% | 0.87% | - |
| XYZ | 39.98 | 24.22 | 37.22 | - |
| YUV | 132.81 | 145.04 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 163 | 0 | 0.64 | 0.27 | 0.13 | 325.35 | 0.69 | 0.6 |
| Hex | DF | 51 | A3 | 0 | 40 | 1B | D | 145 | 45 | 3C |
| Octal | 337 | 121 | 243 | 0 | 100 | 33 | 15 | 505 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10100011 | 0 | 1000000 | 11011 | 1101 | 101000101 | 1000101 | 111100 |
Color Harmonies of #DF51A3
Complementary color
Monochromatic Colors of #DF51A3
Black with #DF51A3
Text Example
Text Example
White with #DF51A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF51A3; }
p { color: rgb(223,81,163); }
H1.HeaderClassName
{
color: #DF51A3;
}
.AnyTagClassName
{
color: #DF51A3;
}
</style>
background-color css
<style>
a { background-color: #DF51A3; }
a { background-color: rgb(223,81,163); }
div.DivClassName
{
background-color: #DF51A3;
}
.BgClassName
{
background-color: #DF51A3;
}
</style>
border-color css
<style>
span { border-color: #DF51A3; }
span { border-color: rgb(223,81,163); }
td.TdClassName
{
border-color: #DF51A3;
}
.TagClassName
{
border-color: #DF51A3;
}
</style>