Shades of Brilliant Rose #DD54A8
Tints of Brilliant Rose #DD54A8
RGB
CMYK
RGB Variations
Color information
#DD54A8 (or 0xDD54A8) is known color: Brilliant Rose. HEX triplet: DD, 54 and A8. RGB value is (221,84,168). Sum of RGB (Red+Green+Blue) = 221+84+168=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54A8 is #22AB57. Grayscale: #868686. Windows color (decimal): -2272088 or 11031773. OLE color: 11031773.
HSL color Cylindrical-coordinate representation of color #DD54A8: hue angle of 323.21º 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 #DD54A8 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 168 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.13 |
| HSL | 323.21º | 0.67% | 0.6% | - |
| HSV(B) | 323.21º | 0.62% | 0.87% | - |
| XYZ | 40.06 | 24.54 | 39.67 | - |
| YUV | 134.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 168 | 0 | 0.62 | 0.24 | 0.13 | 323.21 | 0.67 | 0.6 |
| Hex | DD | 54 | A8 | 0 | 3E | 18 | D | 143 | 43 | 3C |
| Octal | 335 | 124 | 250 | 0 | 76 | 30 | 15 | 503 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10101000 | 0 | 111110 | 11000 | 1101 | 101000011 | 1000011 | 111100 |
Color Harmonies of #DD54A8
Complementary color
Monochromatic Colors of #DD54A8
Black with #DD54A8
Text Example
Text Example
White with #DD54A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54A8; }
p { color: rgb(221,84,168); }
H1.HeaderClassName
{
color: #DD54A8;
}
.AnyTagClassName
{
color: #DD54A8;
}
</style>
background-color css
<style>
a { background-color: #DD54A8; }
a { background-color: rgb(221,84,168); }
div.DivClassName
{
background-color: #DD54A8;
}
.BgClassName
{
background-color: #DD54A8;
}
</style>
border-color css
<style>
span { border-color: #DD54A8; }
span { border-color: rgb(221,84,168); }
td.TdClassName
{
border-color: #DD54A8;
}
.TagClassName
{
border-color: #DD54A8;
}
</style>