Shades of Brilliant Rose #DD50AC
Tints of Brilliant Rose #DD50AC
RGB
CMYK
RGB Variations
Color information
#DD50AC (or 0xDD50AC) is known color: Brilliant Rose. HEX triplet: DD, 50 and AC. RGB value is (221,80,172). Sum of RGB (Red+Green+Blue) = 221+80+172=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD50AC is #22AF53. Grayscale: #848484. Windows color (decimal): -2273108 or 11292893. OLE color: 11292893.
HSL color Cylindrical-coordinate representation of color #DD50AC: hue angle of 320.85º 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 #DD50AC is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 172 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.13 |
| HSL | 320.85º | 0.67% | 0.59% | - |
| HSV(B) | 320.85º | 0.64% | 0.87% | - |
| XYZ | 40.13 | 24.09 | 41.56 | - |
| YUV | 132.65 | 150.21 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 172 | 0 | 0.64 | 0.22 | 0.13 | 320.85 | 0.67 | 0.59 |
| Hex | DD | 50 | AC | 0 | 40 | 16 | D | 141 | 43 | 3B |
| Octal | 335 | 120 | 254 | 0 | 100 | 26 | 15 | 501 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10101100 | 0 | 1000000 | 10110 | 1101 | 101000001 | 1000011 | 111011 |
Color Harmonies of #DD50AC
Complementary color
Monochromatic Colors of #DD50AC
Black with #DD50AC
Text Example
Text Example
White with #DD50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50AC; }
p { color: rgb(221,80,172); }
H1.HeaderClassName
{
color: #DD50AC;
}
.AnyTagClassName
{
color: #DD50AC;
}
</style>
background-color css
<style>
a { background-color: #DD50AC; }
a { background-color: rgb(221,80,172); }
div.DivClassName
{
background-color: #DD50AC;
}
.BgClassName
{
background-color: #DD50AC;
}
</style>
border-color css
<style>
span { border-color: #DD50AC; }
span { border-color: rgb(221,80,172); }
td.TdClassName
{
border-color: #DD50AC;
}
.TagClassName
{
border-color: #DD50AC;
}
</style>