Shades of Brilliant Rose #DF4EAA
Tints of Brilliant Rose #DF4EAA
RGB
CMYK
RGB Variations
Color information
#DF4EAA (or 0xDF4EAA) is known color: Brilliant Rose. HEX triplet: DF, 4E and AA. RGB value is (223,78,170). Sum of RGB (Red+Green+Blue) = 223+78+170=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4EAA is #20B155. Grayscale: #838383. Windows color (decimal): -2142550 or 11161311. OLE color: 11161311.
HSL color Cylindrical-coordinate representation of color #DF4EAA: hue angle of 321.93º 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 #DF4EAA is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 170 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.13 |
| HSL | 321.93º | 0.69% | 0.59% | - |
| HSV(B) | 321.93º | 0.65% | 0.87% | - |
| XYZ | 40.41 | 24.04 | 40.54 | - |
| YUV | 131.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 170 | 0 | 0.65 | 0.24 | 0.13 | 321.93 | 0.69 | 0.59 |
| Hex | DF | 4E | AA | 0 | 41 | 18 | D | 142 | 45 | 3B |
| Octal | 337 | 116 | 252 | 0 | 101 | 30 | 15 | 502 | 105 | 73 |
| Binary | 11011111 | 1001110 | 10101010 | 0 | 1000001 | 11000 | 1101 | 101000010 | 1000101 | 111011 |
Color Harmonies of #DF4EAA
Complementary color
Monochromatic Colors of #DF4EAA
Black with #DF4EAA
Text Example
Text Example
White with #DF4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4EAA; }
p { color: rgb(223,78,170); }
H1.HeaderClassName
{
color: #DF4EAA;
}
.AnyTagClassName
{
color: #DF4EAA;
}
</style>
background-color css
<style>
a { background-color: #DF4EAA; }
a { background-color: rgb(223,78,170); }
div.DivClassName
{
background-color: #DF4EAA;
}
.BgClassName
{
background-color: #DF4EAA;
}
</style>
border-color css
<style>
span { border-color: #DF4EAA; }
span { border-color: rgb(223,78,170); }
td.TdClassName
{
border-color: #DF4EAA;
}
.TagClassName
{
border-color: #DF4EAA;
}
</style>