Shades of Brilliant Rose #DF4AA8
Tints of Brilliant Rose #DF4AA8
RGB
CMYK
RGB Variations
Color information
#DF4AA8 (or 0xDF4AA8) is known color: Brilliant Rose. HEX triplet: DF, 4A and A8. RGB value is (223,74,168). Sum of RGB (Red+Green+Blue) = 223+74+168=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4AA8 is #20B557. Grayscale: #818181. Windows color (decimal): -2143576 or 11029215. OLE color: 11029215.
HSL color Cylindrical-coordinate representation of color #DF4AA8: hue angle of 322.15º 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 #DF4AA8 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 74 | 168 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.13 |
| HSL | 322.15º | 0.7% | 0.58% | - |
| HSV(B) | 322.15º | 0.67% | 0.87% | - |
| XYZ | 39.95 | 23.41 | 39.46 | - |
| YUV | 129.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 168 | 0 | 0.67 | 0.25 | 0.13 | 322.15 | 0.7 | 0.58 |
| Hex | DF | 4A | A8 | 0 | 43 | 19 | D | 142 | 46 | 3A |
| Octal | 337 | 112 | 250 | 0 | 103 | 31 | 15 | 502 | 106 | 72 |
| Binary | 11011111 | 1001010 | 10101000 | 0 | 1000011 | 11001 | 1101 | 101000010 | 1000110 | 111010 |
Color Harmonies of #DF4AA8
Complementary color
Monochromatic Colors of #DF4AA8
Black with #DF4AA8
Text Example
Text Example
White with #DF4AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4AA8; }
p { color: rgb(223,74,168); }
H1.HeaderClassName
{
color: #DF4AA8;
}
.AnyTagClassName
{
color: #DF4AA8;
}
</style>
background-color css
<style>
a { background-color: #DF4AA8; }
a { background-color: rgb(223,74,168); }
div.DivClassName
{
background-color: #DF4AA8;
}
.BgClassName
{
background-color: #DF4AA8;
}
</style>
border-color css
<style>
span { border-color: #DF4AA8; }
span { border-color: rgb(223,74,168); }
td.TdClassName
{
border-color: #DF4AA8;
}
.TagClassName
{
border-color: #DF4AA8;
}
</style>