Shades of Brilliant Rose #DD50AA
Tints of Brilliant Rose #DD50AA
RGB
CMYK
RGB Variations
Color information
#DD50AA (or 0xDD50AA) is known color: Brilliant Rose. HEX triplet: DD, 50 and AA. RGB value is (221,80,170). Sum of RGB (Red+Green+Blue) = 221+80+170=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD50AA is #22AF55. Grayscale: #848484. Windows color (decimal): -2273110 or 11161821. OLE color: 11161821.
HSL color Cylindrical-coordinate representation of color #DD50AA: hue angle of 321.7º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50AA is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 170 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.13 |
| HSL | 321.7º | 0.67% | 0.59% | - |
| HSV(B) | 321.7º | 0.64% | 0.87% | - |
| XYZ | 39.94 | 24.01 | 40.56 | - |
| YUV | 132.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 170 | 0 | 0.64 | 0.23 | 0.13 | 321.7 | 0.67 | 0.59 |
| Hex | DD | 50 | AA | 0 | 40 | 17 | D | 142 | 43 | 3B |
| Octal | 335 | 120 | 252 | 0 | 100 | 27 | 15 | 502 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10101010 | 0 | 1000000 | 10111 | 1101 | 101000010 | 1000011 | 111011 |
Color Harmonies of #DD50AA
Complementary color
Monochromatic Colors of #DD50AA
Black with #DD50AA
Text Example
Text Example
White with #DD50AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50AA; }
p { color: rgb(221,80,170); }
H1.HeaderClassName
{
color: #DD50AA;
}
.AnyTagClassName
{
color: #DD50AA;
}
</style>
background-color css
<style>
a { background-color: #DD50AA; }
a { background-color: rgb(221,80,170); }
div.DivClassName
{
background-color: #DD50AA;
}
.BgClassName
{
background-color: #DD50AA;
}
</style>
border-color css
<style>
span { border-color: #DD50AA; }
span { border-color: rgb(221,80,170); }
td.TdClassName
{
border-color: #DD50AA;
}
.TagClassName
{
border-color: #DD50AA;
}
</style>