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