Shades of Brilliant Rose #DF44AC
Tints of Brilliant Rose #DF44AC
RGB
CMYK
RGB Variations
Color information
#DF44AC (or 0xDF44AC) is known color: Brilliant Rose. HEX triplet: DF, 44 and AC. RGB value is (223,68,172). Sum of RGB (Red+Green+Blue) = 223+68+172=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF44AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF44AC is #20BB53. Grayscale: #7D7D7D. Windows color (decimal): -2145108 or 11289823. OLE color: 11289823.
HSL color Cylindrical-coordinate representation of color #DF44AC: hue angle of 319.74º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF44AC is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 172 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.13 |
| HSL | 319.74º | 0.71% | 0.57% | - |
| HSV(B) | 319.74º | 0.7% | 0.87% | - |
| XYZ | 39.94 | 22.8 | 41.33 | - |
| YUV | 126.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 172 | 0 | 0.70 | 0.23 | 0.13 | 319.74 | 0.71 | 0.57 |
| Hex | DF | 44 | AC | 0 | 46 | 17 | D | 140 | 47 | 39 |
| Octal | 337 | 104 | 254 | 0 | 106 | 27 | 15 | 500 | 107 | 71 |
| Binary | 11011111 | 1000100 | 10101100 | 0 | 1000110 | 10111 | 1101 | 101000000 | 1000111 | 111001 |
Color Harmonies of #DF44AC
Complementary color
Monochromatic Colors of #DF44AC
Black with #DF44AC
Text Example
Text Example
White with #DF44AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF44AC; }
p { color: rgb(223,68,172); }
H1.HeaderClassName
{
color: #DF44AC;
}
.AnyTagClassName
{
color: #DF44AC;
}
</style>
background-color css
<style>
a { background-color: #DF44AC; }
a { background-color: rgb(223,68,172); }
div.DivClassName
{
background-color: #DF44AC;
}
.BgClassName
{
background-color: #DF44AC;
}
</style>
border-color css
<style>
span { border-color: #DF44AC; }
span { border-color: rgb(223,68,172); }
td.TdClassName
{
border-color: #DF44AC;
}
.TagClassName
{
border-color: #DF44AC;
}
</style>