Shades of Brilliant Rose #DD54AF
Tints of Brilliant Rose #DD54AF
RGB
CMYK
RGB Variations
Color information
#DD54AF (or 0xDD54AF) is known color: Brilliant Rose. HEX triplet: DD, 54 and AF. RGB value is (221,84,175). Sum of RGB (Red+Green+Blue) = 221+84+175=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD54AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD54AF is #22AB50. Grayscale: #878787. Windows color (decimal): -2272081 or 11490525. OLE color: 11490525.
HSL color Cylindrical-coordinate representation of color #DD54AF: hue angle of 320.15º 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 #DD54AF is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 175 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.13 |
| HSL | 320.15º | 0.67% | 0.6% | - |
| HSV(B) | 320.15º | 0.62% | 0.87% | - |
| XYZ | 40.73 | 24.81 | 43.2 | - |
| YUV | 135.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 175 | 0 | 0.62 | 0.21 | 0.13 | 320.15 | 0.67 | 0.6 |
| Hex | DD | 54 | AF | 0 | 3E | 15 | D | 140 | 43 | 3C |
| Octal | 335 | 124 | 257 | 0 | 76 | 25 | 15 | 500 | 103 | 74 |
| Binary | 11011101 | 1010100 | 10101111 | 0 | 111110 | 10101 | 1101 | 101000000 | 1000011 | 111100 |
Color Harmonies of #DD54AF
Complementary color
Monochromatic Colors of #DD54AF
Black with #DD54AF
Text Example
Text Example
White with #DD54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD54AF; }
p { color: rgb(221,84,175); }
H1.HeaderClassName
{
color: #DD54AF;
}
.AnyTagClassName
{
color: #DD54AF;
}
</style>
background-color css
<style>
a { background-color: #DD54AF; }
a { background-color: rgb(221,84,175); }
div.DivClassName
{
background-color: #DD54AF;
}
.BgClassName
{
background-color: #DD54AF;
}
</style>
border-color css
<style>
span { border-color: #DD54AF; }
span { border-color: rgb(221,84,175); }
td.TdClassName
{
border-color: #DD54AF;
}
.TagClassName
{
border-color: #DD54AF;
}
</style>