Shades of Brilliant Rose #DF4DAA
Tints of Brilliant Rose #DF4DAA
RGB
CMYK
RGB Variations
Color information
#DF4DAA (or 0xDF4DAA) is known color: Brilliant Rose. HEX triplet: DF, 4D and AA. RGB value is (223,77,170). Sum of RGB (Red+Green+Blue) = 223+77+170=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4DAA is #20B255. Grayscale: #838383. Windows color (decimal): -2142806 or 11161055. OLE color: 11161055.
HSL color Cylindrical-coordinate representation of color #DF4DAA: hue angle of 321.78º degrees, saturation: 0.7, 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 #DF4DAA is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 170 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.13 |
| HSL | 321.78º | 0.7% | 0.59% | - |
| HSV(B) | 321.78º | 0.65% | 0.87% | - |
| XYZ | 40.34 | 23.9 | 40.52 | - |
| YUV | 131.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 170 | 0 | 0.65 | 0.24 | 0.13 | 321.78 | 0.7 | 0.59 |
| Hex | DF | 4D | AA | 0 | 41 | 18 | D | 142 | 46 | 3B |
| Octal | 337 | 115 | 252 | 0 | 101 | 30 | 15 | 502 | 106 | 73 |
| Binary | 11011111 | 1001101 | 10101010 | 0 | 1000001 | 11000 | 1101 | 101000010 | 1000110 | 111011 |
Color Harmonies of #DF4DAA
Complementary color
Monochromatic Colors of #DF4DAA
Black with #DF4DAA
Text Example
Text Example
White with #DF4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4DAA; }
p { color: rgb(223,77,170); }
H1.HeaderClassName
{
color: #DF4DAA;
}
.AnyTagClassName
{
color: #DF4DAA;
}
</style>
background-color css
<style>
a { background-color: #DF4DAA; }
a { background-color: rgb(223,77,170); }
div.DivClassName
{
background-color: #DF4DAA;
}
.BgClassName
{
background-color: #DF4DAA;
}
</style>
border-color css
<style>
span { border-color: #DF4DAA; }
span { border-color: rgb(223,77,170); }
td.TdClassName
{
border-color: #DF4DAA;
}
.TagClassName
{
border-color: #DF4DAA;
}
</style>