Shades of Brilliant Rose #DF4AAB
Tints of Brilliant Rose #DF4AAB
RGB
CMYK
RGB Variations
Color information
#DF4AAB (or 0xDF4AAB) is known color: Brilliant Rose. HEX triplet: DF, 4A and AB. RGB value is (223,74,171). Sum of RGB (Red+Green+Blue) = 223+74+171=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4AAB is #20B554. Grayscale: #818181. Windows color (decimal): -2143573 or 11225823. OLE color: 11225823.
HSL color Cylindrical-coordinate representation of color #DF4AAB: hue angle of 320.94º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4AAB is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 171 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.13 |
| HSL | 320.94º | 0.7% | 0.58% | - |
| HSV(B) | 320.94º | 0.67% | 0.87% | - |
| XYZ | 40.23 | 23.53 | 40.95 | - |
| YUV | 129.61 | 151.36 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 171 | 0 | 0.67 | 0.23 | 0.13 | 320.94 | 0.7 | 0.58 |
| Hex | DF | 4A | AB | 0 | 43 | 17 | D | 141 | 46 | 3A |
| Octal | 337 | 112 | 253 | 0 | 103 | 27 | 15 | 501 | 106 | 72 |
| Binary | 11011111 | 1001010 | 10101011 | 0 | 1000011 | 10111 | 1101 | 101000001 | 1000110 | 111010 |
Color Harmonies of #DF4AAB
Complementary color
Monochromatic Colors of #DF4AAB
Black with #DF4AAB
Text Example
Text Example
White with #DF4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4AAB; }
p { color: rgb(223,74,171); }
H1.HeaderClassName
{
color: #DF4AAB;
}
.AnyTagClassName
{
color: #DF4AAB;
}
</style>
background-color css
<style>
a { background-color: #DF4AAB; }
a { background-color: rgb(223,74,171); }
div.DivClassName
{
background-color: #DF4AAB;
}
.BgClassName
{
background-color: #DF4AAB;
}
</style>
border-color css
<style>
span { border-color: #DF4AAB; }
span { border-color: rgb(223,74,171); }
td.TdClassName
{
border-color: #DF4AAB;
}
.TagClassName
{
border-color: #DF4AAB;
}
</style>