Shades of Brilliant Rose #DF46AD
Tints of Brilliant Rose #DF46AD
RGB
CMYK
RGB Variations
Color information
#DF46AD (or 0xDF46AD) is known color: Brilliant Rose. HEX triplet: DF, 46 and AD. RGB value is (223,70,173). Sum of RGB (Red+Green+Blue) = 223+70+173=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF46AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF46AD is #20B952. Grayscale: #7F7F7F. Windows color (decimal): -2144595 or 11355871. OLE color: 11355871.
HSL color Cylindrical-coordinate representation of color #DF46AD: hue angle of 319.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF46AD is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 173 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.13 |
| HSL | 319.61º | 0.71% | 0.57% | - |
| HSV(B) | 319.61º | 0.69% | 0.87% | - |
| XYZ | 40.16 | 23.09 | 41.87 | - |
| YUV | 127.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 173 | 0 | 0.69 | 0.22 | 0.13 | 319.61 | 0.71 | 0.57 |
| Hex | DF | 46 | AD | 0 | 45 | 16 | D | 140 | 47 | 39 |
| Octal | 337 | 106 | 255 | 0 | 105 | 26 | 15 | 500 | 107 | 71 |
| Binary | 11011111 | 1000110 | 10101101 | 0 | 1000101 | 10110 | 1101 | 101000000 | 1000111 | 111001 |
Color Harmonies of #DF46AD
Complementary color
Monochromatic Colors of #DF46AD
Black with #DF46AD
Text Example
Text Example
White with #DF46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46AD; }
p { color: rgb(223,70,173); }
H1.HeaderClassName
{
color: #DF46AD;
}
.AnyTagClassName
{
color: #DF46AD;
}
</style>
background-color css
<style>
a { background-color: #DF46AD; }
a { background-color: rgb(223,70,173); }
div.DivClassName
{
background-color: #DF46AD;
}
.BgClassName
{
background-color: #DF46AD;
}
</style>
border-color css
<style>
span { border-color: #DF46AD; }
span { border-color: rgb(223,70,173); }
td.TdClassName
{
border-color: #DF46AD;
}
.TagClassName
{
border-color: #DF46AD;
}
</style>