Shades of Brilliant Rose #DF49A7
Tints of Brilliant Rose #DF49A7
RGB
CMYK
RGB Variations
Color information
#DF49A7 (or 0xDF49A7) is known color: Brilliant Rose. HEX triplet: DF, 49 and A7. RGB value is (223,73,167). Sum of RGB (Red+Green+Blue) = 223+73+167=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF49A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF49A7 is #20B658. Grayscale: #808080. Windows color (decimal): -2143833 or 10963423. OLE color: 10963423.
HSL color Cylindrical-coordinate representation of color #DF49A7: hue angle of 322.4º 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 #DF49A7 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 167 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.13 |
| HSL | 322.4º | 0.7% | 0.58% | - |
| HSV(B) | 322.4º | 0.67% | 0.87% | - |
| XYZ | 39.79 | 23.24 | 38.95 | - |
| YUV | 128.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 167 | 0 | 0.67 | 0.25 | 0.13 | 322.4 | 0.7 | 0.58 |
| Hex | DF | 49 | A7 | 0 | 43 | 19 | D | 142 | 46 | 3A |
| Octal | 337 | 111 | 247 | 0 | 103 | 31 | 15 | 502 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10100111 | 0 | 1000011 | 11001 | 1101 | 101000010 | 1000110 | 111010 |
Color Harmonies of #DF49A7
Complementary color
Monochromatic Colors of #DF49A7
Black with #DF49A7
Text Example
Text Example
White with #DF49A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49A7; }
p { color: rgb(223,73,167); }
H1.HeaderClassName
{
color: #DF49A7;
}
.AnyTagClassName
{
color: #DF49A7;
}
</style>
background-color css
<style>
a { background-color: #DF49A7; }
a { background-color: rgb(223,73,167); }
div.DivClassName
{
background-color: #DF49A7;
}
.BgClassName
{
background-color: #DF49A7;
}
</style>
border-color css
<style>
span { border-color: #DF49A7; }
span { border-color: rgb(223,73,167); }
td.TdClassName
{
border-color: #DF49A7;
}
.TagClassName
{
border-color: #DF49A7;
}
</style>