Shades of Brilliant Rose #DF58AC
Tints of Brilliant Rose #DF58AC
RGB
CMYK
RGB Variations
Color information
#DF58AC (or 0xDF58AC) is known color: Brilliant Rose. HEX triplet: DF, 58 and AC. RGB value is (223,88,172). Sum of RGB (Red+Green+Blue) = 223+88+172=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF58AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF58AC is #20A753. Grayscale: #898989. Windows color (decimal): -2139988 or 11294943. OLE color: 11294943.
HSL color Cylindrical-coordinate representation of color #DF58AC: hue angle of 322.67º 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 #DF58AC is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 88 | 172 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.13 |
| HSL | 322.67º | 0.68% | 0.61% | - |
| HSV(B) | 322.67º | 0.61% | 0.87% | - |
| XYZ | 41.37 | 25.65 | 41.8 | - |
| YUV | 137.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 88 | 172 | 0 | 0.61 | 0.23 | 0.13 | 322.67 | 0.68 | 0.61 |
| Hex | DF | 58 | AC | 0 | 3D | 17 | D | 143 | 44 | 3D |
| Octal | 337 | 130 | 254 | 0 | 75 | 27 | 15 | 503 | 104 | 75 |
| Binary | 11011111 | 1011000 | 10101100 | 0 | 111101 | 10111 | 1101 | 101000011 | 1000100 | 111101 |
Color Harmonies of #DF58AC
Complementary color
Monochromatic Colors of #DF58AC
Black with #DF58AC
Text Example
Text Example
White with #DF58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF58AC; }
p { color: rgb(223,88,172); }
H1.HeaderClassName
{
color: #DF58AC;
}
.AnyTagClassName
{
color: #DF58AC;
}
</style>
background-color css
<style>
a { background-color: #DF58AC; }
a { background-color: rgb(223,88,172); }
div.DivClassName
{
background-color: #DF58AC;
}
.BgClassName
{
background-color: #DF58AC;
}
</style>
border-color css
<style>
span { border-color: #DF58AC; }
span { border-color: rgb(223,88,172); }
td.TdClassName
{
border-color: #DF58AC;
}
.TagClassName
{
border-color: #DF58AC;
}
</style>