Shades of Brilliant Rose #DD55AA
Tints of Brilliant Rose #DD55AA
RGB
CMYK
RGB Variations
Color information
#DD55AA (or 0xDD55AA) is known color: Brilliant Rose. HEX triplet: DD, 55 and AA. RGB value is (221,85,170). Sum of RGB (Red+Green+Blue) = 221+85+170=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD55AA is #22AA55. Grayscale: #878787. Windows color (decimal): -2271830 or 11163101. OLE color: 11163101.
HSL color Cylindrical-coordinate representation of color #DD55AA: hue angle of 322.5º 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 #DD55AA is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 170 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.13 |
| HSL | 322.5º | 0.67% | 0.6% | - |
| HSV(B) | 322.5º | 0.62% | 0.87% | - |
| XYZ | 40.32 | 24.77 | 40.69 | - |
| YUV | 135.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 170 | 0 | 0.62 | 0.23 | 0.13 | 322.5 | 0.67 | 0.6 |
| Hex | DD | 55 | AA | 0 | 3E | 17 | D | 142 | 43 | 3C |
| Octal | 335 | 125 | 252 | 0 | 76 | 27 | 15 | 502 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10101010 | 0 | 111110 | 10111 | 1101 | 101000010 | 1000011 | 111100 |
Color Harmonies of #DD55AA
Complementary color
Monochromatic Colors of #DD55AA
Black with #DD55AA
Text Example
Text Example
White with #DD55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55AA; }
p { color: rgb(221,85,170); }
H1.HeaderClassName
{
color: #DD55AA;
}
.AnyTagClassName
{
color: #DD55AA;
}
</style>
background-color css
<style>
a { background-color: #DD55AA; }
a { background-color: rgb(221,85,170); }
div.DivClassName
{
background-color: #DD55AA;
}
.BgClassName
{
background-color: #DD55AA;
}
</style>
border-color css
<style>
span { border-color: #DD55AA; }
span { border-color: rgb(221,85,170); }
td.TdClassName
{
border-color: #DD55AA;
}
.TagClassName
{
border-color: #DD55AA;
}
</style>