Shades of Brilliant Rose #DD54B0
Tints of Brilliant Rose #DD54B0
RGB
CMYK
RGB Variations
Color information
#DD54B0 (or 0xDD54B0) is known color: Brilliant Rose. HEX triplet: DD, 54 and B0. RGB value is (221,84,176). Sum of RGB (Red+Green+Blue) = 221+84+176=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54B0 is #22AB4F. Grayscale: #878787. Windows color (decimal): -2272080 or 11556061. OLE color: 11556061.
HSL color Cylindrical-coordinate representation of color #DD54B0: hue angle of 319.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 #DD54B0 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 176 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.13 |
| HSL | 319.71º | 0.67% | 0.6% | - |
| HSV(B) | 319.71º | 0.62% | 0.87% | - |
| XYZ | 40.83 | 24.85 | 43.72 | - |
| YUV | 135.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 176 | 0 | 0.62 | 0.20 | 0.13 | 319.71 | 0.67 | 0.6 |
| Hex | DD | 54 | B0 | 0 | 3E | 14 | D | 140 | 43 | 3C |
| Octal | 335 | 124 | 260 | 0 | 76 | 24 | 15 | 500 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10110000 | 0 | 111110 | 10100 | 1101 | 101000000 | 1000011 | 111100 |
Color Harmonies of #DD54B0
Complementary color
Monochromatic Colors of #DD54B0
Black with #DD54B0
Text Example
Text Example
White with #DD54B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54B0; }
p { color: rgb(221,84,176); }
H1.HeaderClassName
{
color: #DD54B0;
}
.AnyTagClassName
{
color: #DD54B0;
}
</style>
background-color css
<style>
a { background-color: #DD54B0; }
a { background-color: rgb(221,84,176); }
div.DivClassName
{
background-color: #DD54B0;
}
.BgClassName
{
background-color: #DD54B0;
}
</style>
border-color css
<style>
span { border-color: #DD54B0; }
span { border-color: rgb(221,84,176); }
td.TdClassName
{
border-color: #DD54B0;
}
.TagClassName
{
border-color: #DD54B0;
}
</style>