Shades of Brilliant Rose #DD49AD
Tints of Brilliant Rose #DD49AD
RGB
CMYK
RGB Variations
Color information
#DD49AD (or 0xDD49AD) is known color: Brilliant Rose. HEX triplet: DD, 49 and AD. RGB value is (221,73,173). Sum of RGB (Red+Green+Blue) = 221+73+173=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD49AD is #22B652. Grayscale: #808080. Windows color (decimal): -2274899 or 11356637. OLE color: 11356637.
HSL color Cylindrical-coordinate representation of color #DD49AD: hue angle of 319.46º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD49AD is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 173 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.13 |
| HSL | 319.46º | 0.69% | 0.58% | - |
| HSV(B) | 319.46º | 0.67% | 0.87% | - |
| XYZ | 39.74 | 23.15 | 41.91 | - |
| YUV | 128.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 173 | 0 | 0.67 | 0.22 | 0.13 | 319.46 | 0.69 | 0.58 |
| Hex | DD | 49 | AD | 0 | 43 | 16 | D | 13F | 45 | 3A |
| Octal | 335 | 111 | 255 | 0 | 103 | 26 | 15 | 477 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10101101 | 0 | 1000011 | 10110 | 1101 | 100111111 | 1000101 | 111010 |
Color Harmonies of #DD49AD
Complementary color
Monochromatic Colors of #DD49AD
Black with #DD49AD
Text Example
Text Example
White with #DD49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49AD; }
p { color: rgb(221,73,173); }
H1.HeaderClassName
{
color: #DD49AD;
}
.AnyTagClassName
{
color: #DD49AD;
}
</style>
background-color css
<style>
a { background-color: #DD49AD; }
a { background-color: rgb(221,73,173); }
div.DivClassName
{
background-color: #DD49AD;
}
.BgClassName
{
background-color: #DD49AD;
}
</style>
border-color css
<style>
span { border-color: #DD49AD; }
span { border-color: rgb(221,73,173); }
td.TdClassName
{
border-color: #DD49AD;
}
.TagClassName
{
border-color: #DD49AD;
}
</style>