Shades of Brilliant Rose #DD50AD
Tints of Brilliant Rose #DD50AD
RGB
CMYK
RGB Variations
Color information
#DD50AD (or 0xDD50AD) is known color: Brilliant Rose. HEX triplet: DD, 50 and AD. RGB value is (221,80,173). Sum of RGB (Red+Green+Blue) = 221+80+173=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD50AD is #22AF52. Grayscale: #848484. Windows color (decimal): -2273107 or 11358429. OLE color: 11358429.
HSL color Cylindrical-coordinate representation of color #DD50AD: hue angle of 320.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD50AD is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 173 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.13 |
| HSL | 320.43º | 0.67% | 0.59% | - |
| HSV(B) | 320.43º | 0.64% | 0.87% | - |
| XYZ | 40.23 | 24.13 | 42.07 | - |
| YUV | 132.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 173 | 0 | 0.64 | 0.22 | 0.13 | 320.43 | 0.67 | 0.59 |
| Hex | DD | 50 | AD | 0 | 40 | 16 | D | 140 | 43 | 3B |
| Octal | 335 | 120 | 255 | 0 | 100 | 26 | 15 | 500 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10101101 | 0 | 1000000 | 10110 | 1101 | 101000000 | 1000011 | 111011 |
Color Harmonies of #DD50AD
Complementary color
Monochromatic Colors of #DD50AD
Black with #DD50AD
Text Example
Text Example
White with #DD50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50AD; }
p { color: rgb(221,80,173); }
H1.HeaderClassName
{
color: #DD50AD;
}
.AnyTagClassName
{
color: #DD50AD;
}
</style>
background-color css
<style>
a { background-color: #DD50AD; }
a { background-color: rgb(221,80,173); }
div.DivClassName
{
background-color: #DD50AD;
}
.BgClassName
{
background-color: #DD50AD;
}
</style>
border-color css
<style>
span { border-color: #DD50AD; }
span { border-color: rgb(221,80,173); }
td.TdClassName
{
border-color: #DD50AD;
}
.TagClassName
{
border-color: #DD50AD;
}
</style>