Shades of Brilliant Rose #DF5CAC
Tints of Brilliant Rose #DF5CAC
RGB
CMYK
RGB Variations
Color information
#DF5CAC (or 0xDF5CAC) is known color: Brilliant Rose. HEX triplet: DF, 5C and AC. RGB value is (223,92,172). Sum of RGB (Red+Green+Blue) = 223+92+172=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5CAC is #20A353. Grayscale: #8C8C8C. Windows color (decimal): -2138964 or 11295967. OLE color: 11295967.
HSL color Cylindrical-coordinate representation of color #DF5CAC: hue angle of 323.36º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5CAC is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 172 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.13 |
| HSL | 323.36º | 0.67% | 0.62% | - |
| HSV(B) | 323.36º | 0.59% | 0.87% | - |
| XYZ | 41.7 | 26.32 | 41.91 | - |
| YUV | 140.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 172 | 0 | 0.59 | 0.23 | 0.13 | 323.36 | 0.67 | 0.62 |
| Hex | DF | 5C | AC | 0 | 3B | 17 | D | 143 | 43 | 3E |
| Octal | 337 | 134 | 254 | 0 | 73 | 27 | 15 | 503 | 103 | 76 |
| Binary | 11011111 | 1011100 | 10101100 | 0 | 111011 | 10111 | 1101 | 101000011 | 1000011 | 111110 |
Color Harmonies of #DF5CAC
Complementary color
Monochromatic Colors of #DF5CAC
Black with #DF5CAC
Text Example
Text Example
White with #DF5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5CAC; }
p { color: rgb(223,92,172); }
H1.HeaderClassName
{
color: #DF5CAC;
}
.AnyTagClassName
{
color: #DF5CAC;
}
</style>
background-color css
<style>
a { background-color: #DF5CAC; }
a { background-color: rgb(223,92,172); }
div.DivClassName
{
background-color: #DF5CAC;
}
.BgClassName
{
background-color: #DF5CAC;
}
</style>
border-color css
<style>
span { border-color: #DF5CAC; }
span { border-color: rgb(223,92,172); }
td.TdClassName
{
border-color: #DF5CAC;
}
.TagClassName
{
border-color: #DF5CAC;
}
</style>