Shades of Brilliant Rose #DD5BAA
Tints of Brilliant Rose #DD5BAA
RGB
CMYK
RGB Variations
Color information
#DD5BAA (or 0xDD5BAA) is known color: Brilliant Rose. HEX triplet: DD, 5B and AA. RGB value is (221,91,170). Sum of RGB (Red+Green+Blue) = 221+91+170=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5BAA is #22A455. Grayscale: #8A8A8A. Windows color (decimal): -2270294 or 11164637. OLE color: 11164637.
HSL color Cylindrical-coordinate representation of color #DD5BAA: hue angle of 323.54º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5BAA is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 170 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.13 |
| HSL | 323.54º | 0.66% | 0.61% | - |
| HSV(B) | 323.54º | 0.59% | 0.87% | - |
| XYZ | 40.82 | 25.76 | 40.85 | - |
| YUV | 138.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 170 | 0 | 0.59 | 0.23 | 0.13 | 323.54 | 0.66 | 0.61 |
| Hex | DD | 5B | AA | 0 | 3B | 17 | D | 144 | 42 | 3D |
| Octal | 335 | 133 | 252 | 0 | 73 | 27 | 15 | 504 | 102 | 75 |
| Binary | 11011101 | 1011011 | 10101010 | 0 | 111011 | 10111 | 1101 | 101000100 | 1000010 | 111101 |
Color Harmonies of #DD5BAA
Complementary color
Monochromatic Colors of #DD5BAA
Black with #DD5BAA
Text Example
Text Example
White with #DD5BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5BAA; }
p { color: rgb(221,91,170); }
H1.HeaderClassName
{
color: #DD5BAA;
}
.AnyTagClassName
{
color: #DD5BAA;
}
</style>
background-color css
<style>
a { background-color: #DD5BAA; }
a { background-color: rgb(221,91,170); }
div.DivClassName
{
background-color: #DD5BAA;
}
.BgClassName
{
background-color: #DD5BAA;
}
</style>
border-color css
<style>
span { border-color: #DD5BAA; }
span { border-color: rgb(221,91,170); }
td.TdClassName
{
border-color: #DD5BAA;
}
.TagClassName
{
border-color: #DD5BAA;
}
</style>