Shades of Brilliant Rose #DD54AD
Tints of Brilliant Rose #DD54AD
RGB
CMYK
RGB Variations
Color information
#DD54AD (or 0xDD54AD) is known color: Brilliant Rose. HEX triplet: DD, 54 and AD. RGB value is (221,84,173). Sum of RGB (Red+Green+Blue) = 221+84+173=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54AD is #22AB52. Grayscale: #868686. Windows color (decimal): -2272083 or 11359453. OLE color: 11359453.
HSL color Cylindrical-coordinate representation of color #DD54AD: hue angle of 321.02º 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 #DD54AD is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 173 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.13 |
| HSL | 321.02º | 0.67% | 0.6% | - |
| HSV(B) | 321.02º | 0.62% | 0.87% | - |
| XYZ | 40.53 | 24.73 | 42.17 | - |
| YUV | 135.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 173 | 0 | 0.62 | 0.22 | 0.13 | 321.02 | 0.67 | 0.6 |
| Hex | DD | 54 | AD | 0 | 3E | 16 | D | 141 | 43 | 3C |
| Octal | 335 | 124 | 255 | 0 | 76 | 26 | 15 | 501 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10101101 | 0 | 111110 | 10110 | 1101 | 101000001 | 1000011 | 111100 |
Color Harmonies of #DD54AD
Complementary color
Monochromatic Colors of #DD54AD
Black with #DD54AD
Text Example
Text Example
White with #DD54AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54AD; }
p { color: rgb(221,84,173); }
H1.HeaderClassName
{
color: #DD54AD;
}
.AnyTagClassName
{
color: #DD54AD;
}
</style>
background-color css
<style>
a { background-color: #DD54AD; }
a { background-color: rgb(221,84,173); }
div.DivClassName
{
background-color: #DD54AD;
}
.BgClassName
{
background-color: #DD54AD;
}
</style>
border-color css
<style>
span { border-color: #DD54AD; }
span { border-color: rgb(221,84,173); }
td.TdClassName
{
border-color: #DD54AD;
}
.TagClassName
{
border-color: #DD54AD;
}
</style>