Shades of Brilliant Rose #DF55AA
Tints of Brilliant Rose #DF55AA
RGB
CMYK
RGB Variations
Color information
#DF55AA (or 0xDF55AA) is known color: Brilliant Rose. HEX triplet: DF, 55 and AA. RGB value is (223,85,170). Sum of RGB (Red+Green+Blue) = 223+85+170=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55AA is #20AA55. Grayscale: #878787. Windows color (decimal): -2140758 or 11163103. OLE color: 11163103.
HSL color Cylindrical-coordinate representation of color #DF55AA: hue angle of 323.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF55AA is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 170 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.13 |
| HSL | 323.04º | 0.68% | 0.6% | - |
| HSV(B) | 323.04º | 0.62% | 0.87% | - |
| XYZ | 40.94 | 25.09 | 40.71 | - |
| YUV | 135.95 | 147.22 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 170 | 0 | 0.62 | 0.24 | 0.13 | 323.04 | 0.68 | 0.6 |
| Hex | DF | 55 | AA | 0 | 3E | 18 | D | 143 | 44 | 3C |
| Octal | 337 | 125 | 252 | 0 | 76 | 30 | 15 | 503 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10101010 | 0 | 111110 | 11000 | 1101 | 101000011 | 1000100 | 111100 |
Color Harmonies of #DF55AA
Complementary color
Monochromatic Colors of #DF55AA
Black with #DF55AA
Text Example
Text Example
White with #DF55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55AA; }
p { color: rgb(223,85,170); }
H1.HeaderClassName
{
color: #DF55AA;
}
.AnyTagClassName
{
color: #DF55AA;
}
</style>
background-color css
<style>
a { background-color: #DF55AA; }
a { background-color: rgb(223,85,170); }
div.DivClassName
{
background-color: #DF55AA;
}
.BgClassName
{
background-color: #DF55AA;
}
</style>
border-color css
<style>
span { border-color: #DF55AA; }
span { border-color: rgb(223,85,170); }
td.TdClassName
{
border-color: #DF55AA;
}
.TagClassName
{
border-color: #DF55AA;
}
</style>