Shades of Brilliant Rose #DD54AC
Tints of Brilliant Rose #DD54AC
RGB
CMYK
RGB Variations
Color information
#DD54AC (or 0xDD54AC) is known color: Brilliant Rose. HEX triplet: DD, 54 and AC. RGB value is (221,84,172). Sum of RGB (Red+Green+Blue) = 221+84+172=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54AC is #22AB53. Grayscale: #868686. Windows color (decimal): -2272084 or 11293917. OLE color: 11293917.
HSL color Cylindrical-coordinate representation of color #DD54AC: hue angle of 321.46º 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 #DD54AC is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 172 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.13 |
| HSL | 321.46º | 0.67% | 0.6% | - |
| HSV(B) | 321.46º | 0.62% | 0.87% | - |
| XYZ | 40.44 | 24.69 | 41.66 | - |
| YUV | 135 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 172 | 0 | 0.62 | 0.22 | 0.13 | 321.46 | 0.67 | 0.6 |
| Hex | DD | 54 | AC | 0 | 3E | 16 | D | 141 | 43 | 3C |
| Octal | 335 | 124 | 254 | 0 | 76 | 26 | 15 | 501 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10101100 | 0 | 111110 | 10110 | 1101 | 101000001 | 1000011 | 111100 |
Color Harmonies of #DD54AC
Complementary color
Monochromatic Colors of #DD54AC
Black with #DD54AC
Text Example
Text Example
White with #DD54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54AC; }
p { color: rgb(221,84,172); }
H1.HeaderClassName
{
color: #DD54AC;
}
.AnyTagClassName
{
color: #DD54AC;
}
</style>
background-color css
<style>
a { background-color: #DD54AC; }
a { background-color: rgb(221,84,172); }
div.DivClassName
{
background-color: #DD54AC;
}
.BgClassName
{
background-color: #DD54AC;
}
</style>
border-color css
<style>
span { border-color: #DD54AC; }
span { border-color: rgb(221,84,172); }
td.TdClassName
{
border-color: #DD54AC;
}
.TagClassName
{
border-color: #DD54AC;
}
</style>