Shades of Brilliant Rose #DD54AA
Tints of Brilliant Rose #DD54AA
RGB
CMYK
RGB Variations
Color information
#DD54AA (or 0xDD54AA) is known color: Brilliant Rose. HEX triplet: DD, 54 and AA. RGB value is (221,84,170). Sum of RGB (Red+Green+Blue) = 221+84+170=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54AA is #22AB55. Grayscale: #868686. Windows color (decimal): -2272086 or 11162845. OLE color: 11162845.
HSL color Cylindrical-coordinate representation of color #DD54AA: hue angle of 322.34º degrees, saturation: 0.67, 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 #DD54AA is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 170 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.13 |
| HSL | 322.34º | 0.67% | 0.6% | - |
| HSV(B) | 322.34º | 0.62% | 0.87% | - |
| XYZ | 40.24 | 24.62 | 40.66 | - |
| YUV | 134.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 170 | 0 | 0.62 | 0.23 | 0.13 | 322.34 | 0.67 | 0.6 |
| Hex | DD | 54 | AA | 0 | 3E | 17 | D | 142 | 43 | 3C |
| Octal | 335 | 124 | 252 | 0 | 76 | 27 | 15 | 502 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10101010 | 0 | 111110 | 10111 | 1101 | 101000010 | 1000011 | 111100 |
Color Harmonies of #DD54AA
Complementary color
Monochromatic Colors of #DD54AA
Black with #DD54AA
Text Example
Text Example
White with #DD54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54AA; }
p { color: rgb(221,84,170); }
H1.HeaderClassName
{
color: #DD54AA;
}
.AnyTagClassName
{
color: #DD54AA;
}
</style>
background-color css
<style>
a { background-color: #DD54AA; }
a { background-color: rgb(221,84,170); }
div.DivClassName
{
background-color: #DD54AA;
}
.BgClassName
{
background-color: #DD54AA;
}
</style>
border-color css
<style>
span { border-color: #DD54AA; }
span { border-color: rgb(221,84,170); }
td.TdClassName
{
border-color: #DD54AA;
}
.TagClassName
{
border-color: #DD54AA;
}
</style>