Shades of Brilliant Rose #DD52AA
Tints of Brilliant Rose #DD52AA
RGB
CMYK
RGB Variations
Color information
#DD52AA (or 0xDD52AA) is known color: Brilliant Rose. HEX triplet: DD, 52 and AA. RGB value is (221,82,170). Sum of RGB (Red+Green+Blue) = 221+82+170=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD52AA is #22AD55. Grayscale: #858585. Windows color (decimal): -2272598 or 11162333. OLE color: 11162333.
HSL color Cylindrical-coordinate representation of color #DD52AA: hue angle of 322.01º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD52AA is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 170 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.13 |
| HSL | 322.01º | 0.67% | 0.59% | - |
| HSV(B) | 322.01º | 0.63% | 0.87% | - |
| XYZ | 40.09 | 24.31 | 40.61 | - |
| YUV | 133.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 170 | 0 | 0.63 | 0.23 | 0.13 | 322.01 | 0.67 | 0.59 |
| Hex | DD | 52 | AA | 0 | 3F | 17 | D | 142 | 43 | 3B |
| Octal | 335 | 122 | 252 | 0 | 77 | 27 | 15 | 502 | 103 | 73 |
| Binary | 11011101 | 1010010 | 10101010 | 0 | 111111 | 10111 | 1101 | 101000010 | 1000011 | 111011 |
Color Harmonies of #DD52AA
Complementary color
Monochromatic Colors of #DD52AA
Black with #DD52AA
Text Example
Text Example
White with #DD52AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD52AA; }
p { color: rgb(221,82,170); }
H1.HeaderClassName
{
color: #DD52AA;
}
.AnyTagClassName
{
color: #DD52AA;
}
</style>
background-color css
<style>
a { background-color: #DD52AA; }
a { background-color: rgb(221,82,170); }
div.DivClassName
{
background-color: #DD52AA;
}
.BgClassName
{
background-color: #DD52AA;
}
</style>
border-color css
<style>
span { border-color: #DD52AA; }
span { border-color: rgb(221,82,170); }
td.TdClassName
{
border-color: #DD52AA;
}
.TagClassName
{
border-color: #DD52AA;
}
</style>