Shades of Brilliant Rose #DF55AE
Tints of Brilliant Rose #DF55AE
RGB
CMYK
RGB Variations
Color information
#DF55AE (or 0xDF55AE) is known color: Brilliant Rose. HEX triplet: DF, 55 and AE. RGB value is (223,85,174). Sum of RGB (Red+Green+Blue) = 223+85+174=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF55AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF55AE is #20AA51. Grayscale: #888888. Windows color (decimal): -2140754 or 11425247. OLE color: 11425247.
HSL color Cylindrical-coordinate representation of color #DF55AE: hue angle of 321.3º 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 #DF55AE is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 174 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.13 |
| HSL | 321.3º | 0.68% | 0.6% | - |
| HSV(B) | 321.3º | 0.62% | 0.87% | - |
| XYZ | 41.32 | 25.24 | 42.74 | - |
| YUV | 136.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 174 | 0 | 0.62 | 0.22 | 0.13 | 321.3 | 0.68 | 0.6 |
| Hex | DF | 55 | AE | 0 | 3E | 16 | D | 141 | 44 | 3C |
| Octal | 337 | 125 | 256 | 0 | 76 | 26 | 15 | 501 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10101110 | 0 | 111110 | 10110 | 1101 | 101000001 | 1000100 | 111100 |
Color Harmonies of #DF55AE
Complementary color
Monochromatic Colors of #DF55AE
Black with #DF55AE
Text Example
Text Example
White with #DF55AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55AE; }
p { color: rgb(223,85,174); }
H1.HeaderClassName
{
color: #DF55AE;
}
.AnyTagClassName
{
color: #DF55AE;
}
</style>
background-color css
<style>
a { background-color: #DF55AE; }
a { background-color: rgb(223,85,174); }
div.DivClassName
{
background-color: #DF55AE;
}
.BgClassName
{
background-color: #DF55AE;
}
</style>
border-color css
<style>
span { border-color: #DF55AE; }
span { border-color: rgb(223,85,174); }
td.TdClassName
{
border-color: #DF55AE;
}
.TagClassName
{
border-color: #DF55AE;
}
</style>