Shades of Brilliant Rose #DF48AD
Tints of Brilliant Rose #DF48AD
RGB
CMYK
RGB Variations
Color information
#DF48AD (or 0xDF48AD) is known color: Brilliant Rose. HEX triplet: DF, 48 and AD. RGB value is (223,72,173). Sum of RGB (Red+Green+Blue) = 223+72+173=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF48AD is #20B752. Grayscale: #808080. Windows color (decimal): -2144083 or 11356383. OLE color: 11356383.
HSL color Cylindrical-coordinate representation of color #DF48AD: hue angle of 319.87º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF48AD is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 173 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.13 |
| HSL | 319.87º | 0.7% | 0.58% | - |
| HSV(B) | 319.87º | 0.68% | 0.87% | - |
| XYZ | 40.29 | 23.34 | 41.92 | - |
| YUV | 128.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 173 | 0 | 0.68 | 0.22 | 0.13 | 319.87 | 0.7 | 0.58 |
| Hex | DF | 48 | AD | 0 | 44 | 16 | D | 140 | 46 | 3A |
| Octal | 337 | 110 | 255 | 0 | 104 | 26 | 15 | 500 | 106 | 72 |
| Binary | 11011111 | 1001000 | 10101101 | 0 | 1000100 | 10110 | 1101 | 101000000 | 1000110 | 111010 |
Color Harmonies of #DF48AD
Complementary color
Monochromatic Colors of #DF48AD
Black with #DF48AD
Text Example
Text Example
White with #DF48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48AD; }
p { color: rgb(223,72,173); }
H1.HeaderClassName
{
color: #DF48AD;
}
.AnyTagClassName
{
color: #DF48AD;
}
</style>
background-color css
<style>
a { background-color: #DF48AD; }
a { background-color: rgb(223,72,173); }
div.DivClassName
{
background-color: #DF48AD;
}
.BgClassName
{
background-color: #DF48AD;
}
</style>
border-color css
<style>
span { border-color: #DF48AD; }
span { border-color: rgb(223,72,173); }
td.TdClassName
{
border-color: #DF48AD;
}
.TagClassName
{
border-color: #DF48AD;
}
</style>