Shades of Brilliant Rose #DF45AD
Tints of Brilliant Rose #DF45AD
RGB
CMYK
RGB Variations
Color information
#DF45AD (or 0xDF45AD) is known color: Brilliant Rose. HEX triplet: DF, 45 and AD. RGB value is (223,69,173). Sum of RGB (Red+Green+Blue) = 223+69+173=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF45AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF45AD is #20BA52. Grayscale: #7E7E7E. Windows color (decimal): -2144851 or 11355615. OLE color: 11355615.
HSL color Cylindrical-coordinate representation of color #DF45AD: hue angle of 319.48º 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 #DF45AD is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 173 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.13 |
| HSL | 319.48º | 0.71% | 0.57% | - |
| HSV(B) | 319.48º | 0.69% | 0.87% | - |
| XYZ | 40.1 | 22.96 | 41.85 | - |
| YUV | 126.9 | 154.02 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 173 | 0 | 0.69 | 0.22 | 0.13 | 319.48 | 0.71 | 0.57 |
| Hex | DF | 45 | AD | 0 | 45 | 16 | D | 13F | 47 | 39 |
| Octal | 337 | 105 | 255 | 0 | 105 | 26 | 15 | 477 | 107 | 71 |
| Binary | 11011111 | 1000101 | 10101101 | 0 | 1000101 | 10110 | 1101 | 100111111 | 1000111 | 111001 |
Color Harmonies of #DF45AD
Complementary color
Monochromatic Colors of #DF45AD
Black with #DF45AD
Text Example
Text Example
White with #DF45AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF45AD; }
p { color: rgb(223,69,173); }
H1.HeaderClassName
{
color: #DF45AD;
}
.AnyTagClassName
{
color: #DF45AD;
}
</style>
background-color css
<style>
a { background-color: #DF45AD; }
a { background-color: rgb(223,69,173); }
div.DivClassName
{
background-color: #DF45AD;
}
.BgClassName
{
background-color: #DF45AD;
}
</style>
border-color css
<style>
span { border-color: #DF45AD; }
span { border-color: rgb(223,69,173); }
td.TdClassName
{
border-color: #DF45AD;
}
.TagClassName
{
border-color: #DF45AD;
}
</style>