Shades of Brilliant Rose #DF55A2
Tints of Brilliant Rose #DF55A2
RGB
CMYK
RGB Variations
Color information
#DF55A2 (or 0xDF55A2) is known color: Brilliant Rose. HEX triplet: DF, 55 and A2. RGB value is (223,85,162). Sum of RGB (Red+Green+Blue) = 223+85+162=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55A2 is #20AA5D. Grayscale: #868686. Windows color (decimal): -2140766 or 10638815. OLE color: 10638815.
HSL color Cylindrical-coordinate representation of color #DF55A2: hue angle of 326.52º 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 #DF55A2 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 162 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.13 |
| HSL | 326.52º | 0.68% | 0.6% | - |
| HSV(B) | 326.52º | 0.62% | 0.87% | - |
| XYZ | 40.2 | 24.79 | 36.85 | - |
| YUV | 135.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 162 | 0 | 0.62 | 0.27 | 0.13 | 326.52 | 0.68 | 0.6 |
| Hex | DF | 55 | A2 | 0 | 3E | 1B | D | 147 | 44 | 3C |
| Octal | 337 | 125 | 242 | 0 | 76 | 33 | 15 | 507 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10100010 | 0 | 111110 | 11011 | 1101 | 101000111 | 1000100 | 111100 |
Color Harmonies of #DF55A2
Complementary color
Monochromatic Colors of #DF55A2
Black with #DF55A2
Text Example
Text Example
White with #DF55A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55A2; }
p { color: rgb(223,85,162); }
H1.HeaderClassName
{
color: #DF55A2;
}
.AnyTagClassName
{
color: #DF55A2;
}
</style>
background-color css
<style>
a { background-color: #DF55A2; }
a { background-color: rgb(223,85,162); }
div.DivClassName
{
background-color: #DF55A2;
}
.BgClassName
{
background-color: #DF55A2;
}
</style>
border-color css
<style>
span { border-color: #DF55A2; }
span { border-color: rgb(223,85,162); }
td.TdClassName
{
border-color: #DF55A2;
}
.TagClassName
{
border-color: #DF55A2;
}
</style>