Shades of Brilliant Rose #DD5AAA
Tints of Brilliant Rose #DD5AAA
RGB
CMYK
RGB Variations
Color information
#DD5AAA (or 0xDD5AAA) is known color: Brilliant Rose. HEX triplet: DD, 5A and AA. RGB value is (221,90,170). Sum of RGB (Red+Green+Blue) = 221+90+170=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5AAA is #22A555. Grayscale: #8A8A8A. Windows color (decimal): -2270550 or 11164381. OLE color: 11164381.
HSL color Cylindrical-coordinate representation of color #DD5AAA: hue angle of 323.36º 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 #DD5AAA is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 170 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.13 |
| HSL | 323.36º | 0.66% | 0.61% | - |
| HSV(B) | 323.36º | 0.59% | 0.87% | - |
| XYZ | 40.73 | 25.59 | 40.82 | - |
| YUV | 138.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 170 | 0 | 0.59 | 0.23 | 0.13 | 323.36 | 0.66 | 0.61 |
| Hex | DD | 5A | AA | 0 | 3B | 17 | D | 143 | 42 | 3D |
| Octal | 335 | 132 | 252 | 0 | 73 | 27 | 15 | 503 | 102 | 75 |
| Binary | 11011101 | 1011010 | 10101010 | 0 | 111011 | 10111 | 1101 | 101000011 | 1000010 | 111101 |
Color Harmonies of #DD5AAA
Complementary color
Monochromatic Colors of #DD5AAA
Black with #DD5AAA
Text Example
Text Example
White with #DD5AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5AAA; }
p { color: rgb(221,90,170); }
H1.HeaderClassName
{
color: #DD5AAA;
}
.AnyTagClassName
{
color: #DD5AAA;
}
</style>
background-color css
<style>
a { background-color: #DD5AAA; }
a { background-color: rgb(221,90,170); }
div.DivClassName
{
background-color: #DD5AAA;
}
.BgClassName
{
background-color: #DD5AAA;
}
</style>
border-color css
<style>
span { border-color: #DD5AAA; }
span { border-color: rgb(221,90,170); }
td.TdClassName
{
border-color: #DD5AAA;
}
.TagClassName
{
border-color: #DD5AAA;
}
</style>