Shades of Brilliant Rose #DD49AC
Tints of Brilliant Rose #DD49AC
RGB
CMYK
RGB Variations
Color information
#DD49AC (or 0xDD49AC) is known color: Brilliant Rose. HEX triplet: DD, 49 and AC. RGB value is (221,73,172). Sum of RGB (Red+Green+Blue) = 221+73+172=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD49AC is #22B653. Grayscale: #808080. Windows color (decimal): -2274900 or 11291101. OLE color: 11291101.
HSL color Cylindrical-coordinate representation of color #DD49AC: hue angle of 319.86º 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 #DD49AC is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 172 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.13 |
| HSL | 319.86º | 0.69% | 0.58% | - |
| HSV(B) | 319.86º | 0.67% | 0.87% | - |
| XYZ | 39.65 | 23.12 | 41.4 | - |
| YUV | 128.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 172 | 0 | 0.67 | 0.22 | 0.13 | 319.86 | 0.69 | 0.58 |
| Hex | DD | 49 | AC | 0 | 43 | 16 | D | 140 | 45 | 3A |
| Octal | 335 | 111 | 254 | 0 | 103 | 26 | 15 | 500 | 105 | 72 |
| Binary | 11011101 | 1001001 | 10101100 | 0 | 1000011 | 10110 | 1101 | 101000000 | 1000101 | 111010 |
Color Harmonies of #DD49AC
Complementary color
Monochromatic Colors of #DD49AC
Black with #DD49AC
Text Example
Text Example
White with #DD49AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD49AC; }
p { color: rgb(221,73,172); }
H1.HeaderClassName
{
color: #DD49AC;
}
.AnyTagClassName
{
color: #DD49AC;
}
</style>
background-color css
<style>
a { background-color: #DD49AC; }
a { background-color: rgb(221,73,172); }
div.DivClassName
{
background-color: #DD49AC;
}
.BgClassName
{
background-color: #DD49AC;
}
</style>
border-color css
<style>
span { border-color: #DD49AC; }
span { border-color: rgb(221,73,172); }
td.TdClassName
{
border-color: #DD49AC;
}
.TagClassName
{
border-color: #DD49AC;
}
</style>