Shades of Brilliant Rose #DD59AA
Tints of Brilliant Rose #DD59AA
RGB
CMYK
RGB Variations
Color information
#DD59AA (or 0xDD59AA) is known color: Brilliant Rose. HEX triplet: DD, 59 and AA. RGB value is (221,89,170). Sum of RGB (Red+Green+Blue) = 221+89+170=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59AA is #22A655. Grayscale: #898989. Windows color (decimal): -2270806 or 11164125. OLE color: 11164125.
HSL color Cylindrical-coordinate representation of color #DD59AA: hue angle of 323.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD59AA is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 170 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.13 |
| HSL | 323.18º | 0.66% | 0.61% | - |
| HSV(B) | 323.18º | 0.6% | 0.87% | - |
| XYZ | 40.65 | 25.42 | 40.79 | - |
| YUV | 137.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 170 | 0 | 0.60 | 0.23 | 0.13 | 323.18 | 0.66 | 0.61 |
| Hex | DD | 59 | AA | 0 | 3C | 17 | D | 143 | 42 | 3D |
| Octal | 335 | 131 | 252 | 0 | 74 | 27 | 15 | 503 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10101010 | 0 | 111100 | 10111 | 1101 | 101000011 | 1000010 | 111101 |
Color Harmonies of #DD59AA
Complementary color
Monochromatic Colors of #DD59AA
Black with #DD59AA
Text Example
Text Example
White with #DD59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59AA; }
p { color: rgb(221,89,170); }
H1.HeaderClassName
{
color: #DD59AA;
}
.AnyTagClassName
{
color: #DD59AA;
}
</style>
background-color css
<style>
a { background-color: #DD59AA; }
a { background-color: rgb(221,89,170); }
div.DivClassName
{
background-color: #DD59AA;
}
.BgClassName
{
background-color: #DD59AA;
}
</style>
border-color css
<style>
span { border-color: #DD59AA; }
span { border-color: rgb(221,89,170); }
td.TdClassName
{
border-color: #DD59AA;
}
.TagClassName
{
border-color: #DD59AA;
}
</style>