Shades of Brilliant Rose #DD55A5
Tints of Brilliant Rose #DD55A5
RGB
CMYK
RGB Variations
Color information
#DD55A5 (or 0xDD55A5) is known color: Brilliant Rose. HEX triplet: DD, 55 and A5. RGB value is (221,85,165). Sum of RGB (Red+Green+Blue) = 221+85+165=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD55A5 is #22AA5A. Grayscale: #868686. Windows color (decimal): -2271835 or 10835421. OLE color: 10835421.
HSL color Cylindrical-coordinate representation of color #DD55A5: hue angle of 324.71º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD55A5 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 165 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.13 |
| HSL | 324.71º | 0.67% | 0.6% | - |
| HSV(B) | 324.71º | 0.62% | 0.87% | - |
| XYZ | 39.86 | 24.59 | 38.24 | - |
| YUV | 134.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 165 | 0 | 0.62 | 0.25 | 0.13 | 324.71 | 0.67 | 0.6 |
| Hex | DD | 55 | A5 | 0 | 3E | 19 | D | 145 | 43 | 3C |
| Octal | 335 | 125 | 245 | 0 | 76 | 31 | 15 | 505 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10100101 | 0 | 111110 | 11001 | 1101 | 101000101 | 1000011 | 111100 |
Color Harmonies of #DD55A5
Complementary color
Monochromatic Colors of #DD55A5
Black with #DD55A5
Text Example
Text Example
White with #DD55A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD55A5; }
p { color: rgb(221,85,165); }
H1.HeaderClassName
{
color: #DD55A5;
}
.AnyTagClassName
{
color: #DD55A5;
}
</style>
background-color css
<style>
a { background-color: #DD55A5; }
a { background-color: rgb(221,85,165); }
div.DivClassName
{
background-color: #DD55A5;
}
.BgClassName
{
background-color: #DD55A5;
}
</style>
border-color css
<style>
span { border-color: #DD55A5; }
span { border-color: rgb(221,85,165); }
td.TdClassName
{
border-color: #DD55A5;
}
.TagClassName
{
border-color: #DD55A5;
}
</style>