Shades of Brilliant Rose #DF5CAB
Tints of Brilliant Rose #DF5CAB
RGB
CMYK
RGB Variations
Color information
#DF5CAB (or 0xDF5CAB) is known color: Brilliant Rose. HEX triplet: DF, 5C and AB. RGB value is (223,92,171). Sum of RGB (Red+Green+Blue) = 223+92+171=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5CAB is #20A354. Grayscale: #8B8B8B. Windows color (decimal): -2138965 or 11230431. OLE color: 11230431.
HSL color Cylindrical-coordinate representation of color #DF5CAB: hue angle of 323.82º 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 #DF5CAB is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 92 | 171 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.13 |
| HSL | 323.82º | 0.67% | 0.62% | - |
| HSV(B) | 323.82º | 0.59% | 0.87% | - |
| XYZ | 41.61 | 26.28 | 41.41 | - |
| YUV | 140.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 171 | 0 | 0.59 | 0.23 | 0.13 | 323.82 | 0.67 | 0.62 |
| Hex | DF | 5C | AB | 0 | 3B | 17 | D | 144 | 43 | 3E |
| Octal | 337 | 134 | 253 | 0 | 73 | 27 | 15 | 504 | 103 | 76 |
| Binary | 11011111 | 1011100 | 10101011 | 0 | 111011 | 10111 | 1101 | 101000100 | 1000011 | 111110 |
Color Harmonies of #DF5CAB
Complementary color
Monochromatic Colors of #DF5CAB
Black with #DF5CAB
Text Example
Text Example
White with #DF5CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5CAB; }
p { color: rgb(223,92,171); }
H1.HeaderClassName
{
color: #DF5CAB;
}
.AnyTagClassName
{
color: #DF5CAB;
}
</style>
background-color css
<style>
a { background-color: #DF5CAB; }
a { background-color: rgb(223,92,171); }
div.DivClassName
{
background-color: #DF5CAB;
}
.BgClassName
{
background-color: #DF5CAB;
}
</style>
border-color css
<style>
span { border-color: #DF5CAB; }
span { border-color: rgb(223,92,171); }
td.TdClassName
{
border-color: #DF5CAB;
}
.TagClassName
{
border-color: #DF5CAB;
}
</style>