Shades of Brilliant Rose #DF56AC
Tints of Brilliant Rose #DF56AC
RGB
CMYK
RGB Variations
Color information
#DF56AC (or 0xDF56AC) is known color: Brilliant Rose. HEX triplet: DF, 56 and AC. RGB value is (223,86,172). Sum of RGB (Red+Green+Blue) = 223+86+172=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF56AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF56AC is #20A953. Grayscale: #888888. Windows color (decimal): -2140500 or 11294431. OLE color: 11294431.
HSL color Cylindrical-coordinate representation of color #DF56AC: hue angle of 322.34º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF56AC is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 172 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.13 |
| HSL | 322.34º | 0.68% | 0.61% | - |
| HSV(B) | 322.34º | 0.61% | 0.87% | - |
| XYZ | 41.21 | 25.32 | 41.75 | - |
| YUV | 136.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 172 | 0 | 0.61 | 0.23 | 0.13 | 322.34 | 0.68 | 0.61 |
| Hex | DF | 56 | AC | 0 | 3D | 17 | D | 142 | 44 | 3D |
| Octal | 337 | 126 | 254 | 0 | 75 | 27 | 15 | 502 | 104 | 75 |
| Binary | 11011111 | 1010110 | 10101100 | 0 | 111101 | 10111 | 1101 | 101000010 | 1000100 | 111101 |
Color Harmonies of #DF56AC
Complementary color
Monochromatic Colors of #DF56AC
Black with #DF56AC
Text Example
Text Example
White with #DF56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF56AC; }
p { color: rgb(223,86,172); }
H1.HeaderClassName
{
color: #DF56AC;
}
.AnyTagClassName
{
color: #DF56AC;
}
</style>
background-color css
<style>
a { background-color: #DF56AC; }
a { background-color: rgb(223,86,172); }
div.DivClassName
{
background-color: #DF56AC;
}
.BgClassName
{
background-color: #DF56AC;
}
</style>
border-color css
<style>
span { border-color: #DF56AC; }
span { border-color: rgb(223,86,172); }
td.TdClassName
{
border-color: #DF56AC;
}
.TagClassName
{
border-color: #DF56AC;
}
</style>