Shades of Brilliant Rose #DF51AA
Tints of Brilliant Rose #DF51AA
RGB
CMYK
RGB Variations
Color information
#DF51AA (or 0xDF51AA) is known color: Brilliant Rose. HEX triplet: DF, 51 and AA. RGB value is (223,81,170). Sum of RGB (Red+Green+Blue) = 223+81+170=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF51AA is #20AE55. Grayscale: #858585. Windows color (decimal): -2141782 or 11162079. OLE color: 11162079.
HSL color Cylindrical-coordinate representation of color #DF51AA: hue angle of 322.39º 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 #DF51AA is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 81 | 170 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.13 |
| HSL | 322.39º | 0.69% | 0.6% | - |
| HSV(B) | 322.39º | 0.64% | 0.87% | - |
| XYZ | 40.63 | 24.48 | 40.61 | - |
| YUV | 133.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 81 | 170 | 0 | 0.64 | 0.24 | 0.13 | 322.39 | 0.69 | 0.6 |
| Hex | DF | 51 | AA | 0 | 40 | 18 | D | 142 | 45 | 3C |
| Octal | 337 | 121 | 252 | 0 | 100 | 30 | 15 | 502 | 105 | 74 |
| Binary | 11011111 | 1010001 | 10101010 | 0 | 1000000 | 11000 | 1101 | 101000010 | 1000101 | 111100 |
Color Harmonies of #DF51AA
Complementary color
Monochromatic Colors of #DF51AA
Black with #DF51AA
Text Example
Text Example
White with #DF51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF51AA; }
p { color: rgb(223,81,170); }
H1.HeaderClassName
{
color: #DF51AA;
}
.AnyTagClassName
{
color: #DF51AA;
}
</style>
background-color css
<style>
a { background-color: #DF51AA; }
a { background-color: rgb(223,81,170); }
div.DivClassName
{
background-color: #DF51AA;
}
.BgClassName
{
background-color: #DF51AA;
}
</style>
border-color css
<style>
span { border-color: #DF51AA; }
span { border-color: rgb(223,81,170); }
td.TdClassName
{
border-color: #DF51AA;
}
.TagClassName
{
border-color: #DF51AA;
}
</style>