Shades of Brilliant Rose #DF4EAB
Tints of Brilliant Rose #DF4EAB
RGB
CMYK
RGB Variations
Color information
#DF4EAB (or 0xDF4EAB) is known color: Brilliant Rose. HEX triplet: DF, 4E and AB. RGB value is (223,78,171). Sum of RGB (Red+Green+Blue) = 223+78+171=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4EAB is #20B154. Grayscale: #838383. Windows color (decimal): -2142549 or 11226847. OLE color: 11226847.
HSL color Cylindrical-coordinate representation of color #DF4EAB: hue angle of 321.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4EAB is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 171 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.13 |
| HSL | 321.52º | 0.69% | 0.59% | - |
| HSV(B) | 321.52º | 0.65% | 0.87% | - |
| XYZ | 40.51 | 24.08 | 41.04 | - |
| YUV | 131.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 171 | 0 | 0.65 | 0.23 | 0.13 | 321.52 | 0.69 | 0.59 |
| Hex | DF | 4E | AB | 0 | 41 | 17 | D | 142 | 45 | 3B |
| Octal | 337 | 116 | 253 | 0 | 101 | 27 | 15 | 502 | 105 | 73 |
| Binary | 11011111 | 1001110 | 10101011 | 0 | 1000001 | 10111 | 1101 | 101000010 | 1000101 | 111011 |
Color Harmonies of #DF4EAB
Complementary color
Monochromatic Colors of #DF4EAB
Black with #DF4EAB
Text Example
Text Example
White with #DF4EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4EAB; }
p { color: rgb(223,78,171); }
H1.HeaderClassName
{
color: #DF4EAB;
}
.AnyTagClassName
{
color: #DF4EAB;
}
</style>
background-color css
<style>
a { background-color: #DF4EAB; }
a { background-color: rgb(223,78,171); }
div.DivClassName
{
background-color: #DF4EAB;
}
.BgClassName
{
background-color: #DF4EAB;
}
</style>
border-color css
<style>
span { border-color: #DF4EAB; }
span { border-color: rgb(223,78,171); }
td.TdClassName
{
border-color: #DF4EAB;
}
.TagClassName
{
border-color: #DF4EAB;
}
</style>