Shades of Brilliant Rose #DF55A0
Tints of Brilliant Rose #DF55A0
RGB
CMYK
RGB Variations
Color information
#DF55A0 (or 0xDF55A0) is known color: Brilliant Rose. HEX triplet: DF, 55 and A0. RGB value is (223,85,160). Sum of RGB (Red+Green+Blue) = 223+85+160=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55A0 is #20AA5F. Grayscale: #868686. Windows color (decimal): -2140768 or 10507743. OLE color: 10507743.
HSL color Cylindrical-coordinate representation of color #DF55A0: hue angle of 327.39º 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 #DF55A0 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 160 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.13 |
| HSL | 327.39º | 0.68% | 0.6% | - |
| HSV(B) | 327.39º | 0.62% | 0.87% | - |
| XYZ | 40.03 | 24.72 | 35.92 | - |
| YUV | 134.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 160 | 0 | 0.62 | 0.28 | 0.13 | 327.39 | 0.68 | 0.6 |
| Hex | DF | 55 | A0 | 0 | 3E | 1C | D | 147 | 44 | 3C |
| Octal | 337 | 125 | 240 | 0 | 76 | 34 | 15 | 507 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10100000 | 0 | 111110 | 11100 | 1101 | 101000111 | 1000100 | 111100 |
Color Harmonies of #DF55A0
Complementary color
Monochromatic Colors of #DF55A0
Black with #DF55A0
Text Example
Text Example
White with #DF55A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55A0; }
p { color: rgb(223,85,160); }
H1.HeaderClassName
{
color: #DF55A0;
}
.AnyTagClassName
{
color: #DF55A0;
}
</style>
background-color css
<style>
a { background-color: #DF55A0; }
a { background-color: rgb(223,85,160); }
div.DivClassName
{
background-color: #DF55A0;
}
.BgClassName
{
background-color: #DF55A0;
}
</style>
border-color css
<style>
span { border-color: #DF55A0; }
span { border-color: rgb(223,85,160); }
td.TdClassName
{
border-color: #DF55A0;
}
.TagClassName
{
border-color: #DF55A0;
}
</style>