Shades of Brilliant Rose #DF49AB
Tints of Brilliant Rose #DF49AB
RGB
CMYK
RGB Variations
Color information
#DF49AB (or 0xDF49AB) is known color: Brilliant Rose. HEX triplet: DF, 49 and AB. RGB value is (223,73,171). Sum of RGB (Red+Green+Blue) = 223+73+171=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF49AB is #20B654. Grayscale: #808080. Windows color (decimal): -2143829 or 11225567. OLE color: 11225567.
HSL color Cylindrical-coordinate representation of color #DF49AB: hue angle of 320.8º 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 #DF49AB is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 171 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.13 |
| HSL | 320.8º | 0.7% | 0.58% | - |
| HSV(B) | 320.8º | 0.67% | 0.87% | - |
| XYZ | 40.16 | 23.39 | 40.93 | - |
| YUV | 129.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 171 | 0 | 0.67 | 0.23 | 0.13 | 320.8 | 0.7 | 0.58 |
| Hex | DF | 49 | AB | 0 | 43 | 17 | D | 141 | 46 | 3A |
| Octal | 337 | 111 | 253 | 0 | 103 | 27 | 15 | 501 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10101011 | 0 | 1000011 | 10111 | 1101 | 101000001 | 1000110 | 111010 |
Color Harmonies of #DF49AB
Complementary color
Monochromatic Colors of #DF49AB
Black with #DF49AB
Text Example
Text Example
White with #DF49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49AB; }
p { color: rgb(223,73,171); }
H1.HeaderClassName
{
color: #DF49AB;
}
.AnyTagClassName
{
color: #DF49AB;
}
</style>
background-color css
<style>
a { background-color: #DF49AB; }
a { background-color: rgb(223,73,171); }
div.DivClassName
{
background-color: #DF49AB;
}
.BgClassName
{
background-color: #DF49AB;
}
</style>
border-color css
<style>
span { border-color: #DF49AB; }
span { border-color: rgb(223,73,171); }
td.TdClassName
{
border-color: #DF49AB;
}
.TagClassName
{
border-color: #DF49AB;
}
</style>