Shades of Brilliant Rose #DF49AF
Tints of Brilliant Rose #DF49AF
RGB
CMYK
RGB Variations
Color information
#DF49AF (or 0xDF49AF) is known color: Brilliant Rose. HEX triplet: DF, 49 and AF. RGB value is (223,73,175). Sum of RGB (Red+Green+Blue) = 223+73+175=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF49AF is #20B650. Grayscale: #818181. Windows color (decimal): -2143825 or 11487711. OLE color: 11487711.
HSL color Cylindrical-coordinate representation of color #DF49AF: hue angle of 319.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF49AF is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 175 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.13 |
| HSL | 319.2º | 0.7% | 0.58% | - |
| HSV(B) | 319.2º | 0.67% | 0.87% | - |
| XYZ | 40.55 | 23.55 | 42.97 | - |
| YUV | 129.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 175 | 0 | 0.67 | 0.22 | 0.13 | 319.2 | 0.7 | 0.58 |
| Hex | DF | 49 | AF | 0 | 43 | 16 | D | 13F | 46 | 3A |
| Octal | 337 | 111 | 257 | 0 | 103 | 26 | 15 | 477 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10101111 | 0 | 1000011 | 10110 | 1101 | 100111111 | 1000110 | 111010 |
Color Harmonies of #DF49AF
Complementary color
Monochromatic Colors of #DF49AF
Black with #DF49AF
Text Example
Text Example
White with #DF49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49AF; }
p { color: rgb(223,73,175); }
H1.HeaderClassName
{
color: #DF49AF;
}
.AnyTagClassName
{
color: #DF49AF;
}
</style>
background-color css
<style>
a { background-color: #DF49AF; }
a { background-color: rgb(223,73,175); }
div.DivClassName
{
background-color: #DF49AF;
}
.BgClassName
{
background-color: #DF49AF;
}
</style>
border-color css
<style>
span { border-color: #DF49AF; }
span { border-color: rgb(223,73,175); }
td.TdClassName
{
border-color: #DF49AF;
}
.TagClassName
{
border-color: #DF49AF;
}
</style>