Shades of Brilliant Rose #DF4AAA
Tints of Brilliant Rose #DF4AAA
RGB
CMYK
RGB Variations
Color information
#DF4AAA (or 0xDF4AAA) is known color: Brilliant Rose. HEX triplet: DF, 4A and AA. RGB value is (223,74,170). Sum of RGB (Red+Green+Blue) = 223+74+170=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4AAA is #20B555. Grayscale: #818181. Windows color (decimal): -2143574 or 11160287. OLE color: 11160287.
HSL color Cylindrical-coordinate representation of color #DF4AAA: hue angle of 321.34º 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 #DF4AAA is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 170 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.13 |
| HSL | 321.34º | 0.7% | 0.58% | - |
| HSV(B) | 321.34º | 0.67% | 0.87% | - |
| XYZ | 40.14 | 23.49 | 40.45 | - |
| YUV | 129.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 170 | 0 | 0.67 | 0.24 | 0.13 | 321.34 | 0.7 | 0.58 |
| Hex | DF | 4A | AA | 0 | 43 | 18 | D | 141 | 46 | 3A |
| Octal | 337 | 112 | 252 | 0 | 103 | 30 | 15 | 501 | 106 | 72 |
| Binary | 11011111 | 1001010 | 10101010 | 0 | 1000011 | 11000 | 1101 | 101000001 | 1000110 | 111010 |
Color Harmonies of #DF4AAA
Complementary color
Monochromatic Colors of #DF4AAA
Black with #DF4AAA
Text Example
Text Example
White with #DF4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4AAA; }
p { color: rgb(223,74,170); }
H1.HeaderClassName
{
color: #DF4AAA;
}
.AnyTagClassName
{
color: #DF4AAA;
}
</style>
background-color css
<style>
a { background-color: #DF4AAA; }
a { background-color: rgb(223,74,170); }
div.DivClassName
{
background-color: #DF4AAA;
}
.BgClassName
{
background-color: #DF4AAA;
}
</style>
border-color css
<style>
span { border-color: #DF4AAA; }
span { border-color: rgb(223,74,170); }
td.TdClassName
{
border-color: #DF4AAA;
}
.TagClassName
{
border-color: #DF4AAA;
}
</style>