Shades of Brilliant Rose #DD50AB
Tints of Brilliant Rose #DD50AB
RGB
CMYK
RGB Variations
Color information
#DD50AB (or 0xDD50AB) is known color: Brilliant Rose. HEX triplet: DD, 50 and AB. RGB value is (221,80,171). Sum of RGB (Red+Green+Blue) = 221+80+171=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD50AB is #22AF54. Grayscale: #848484. Windows color (decimal): -2273109 or 11227357. OLE color: 11227357.
HSL color Cylindrical-coordinate representation of color #DD50AB: hue angle of 321.28º 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 #DD50AB is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 171 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.13 |
| HSL | 321.28º | 0.67% | 0.59% | - |
| HSV(B) | 321.28º | 0.64% | 0.87% | - |
| XYZ | 40.04 | 24.05 | 41.06 | - |
| YUV | 132.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 171 | 0 | 0.64 | 0.23 | 0.13 | 321.28 | 0.67 | 0.59 |
| Hex | DD | 50 | AB | 0 | 40 | 17 | D | 141 | 43 | 3B |
| Octal | 335 | 120 | 253 | 0 | 100 | 27 | 15 | 501 | 103 | 73 |
| Binary | 11011101 | 1010000 | 10101011 | 0 | 1000000 | 10111 | 1101 | 101000001 | 1000011 | 111011 |
Color Harmonies of #DD50AB
Complementary color
Monochromatic Colors of #DD50AB
Black with #DD50AB
Text Example
Text Example
White with #DD50AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD50AB; }
p { color: rgb(221,80,171); }
H1.HeaderClassName
{
color: #DD50AB;
}
.AnyTagClassName
{
color: #DD50AB;
}
</style>
background-color css
<style>
a { background-color: #DD50AB; }
a { background-color: rgb(221,80,171); }
div.DivClassName
{
background-color: #DD50AB;
}
.BgClassName
{
background-color: #DD50AB;
}
</style>
border-color css
<style>
span { border-color: #DD50AB; }
span { border-color: rgb(221,80,171); }
td.TdClassName
{
border-color: #DD50AB;
}
.TagClassName
{
border-color: #DD50AB;
}
</style>