Shades of Brilliant Rose #DD51AB
Tints of Brilliant Rose #DD51AB
RGB
CMYK
RGB Variations
Color information
#DD51AB (or 0xDD51AB) is known color: Brilliant Rose. HEX triplet: DD, 51 and AB. RGB value is (221,81,171). Sum of RGB (Red+Green+Blue) = 221+81+171=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD51AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD51AB is #22AE54. Grayscale: #848484. Windows color (decimal): -2272853 or 11227613. OLE color: 11227613.
HSL color Cylindrical-coordinate representation of color #DD51AB: hue angle of 321.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD51AB is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 171 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.13 |
| HSL | 321.43º | 0.67% | 0.59% | - |
| HSV(B) | 321.43º | 0.63% | 0.87% | - |
| XYZ | 40.11 | 24.2 | 41.08 | - |
| YUV | 133.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 171 | 0 | 0.63 | 0.23 | 0.13 | 321.43 | 0.67 | 0.59 |
| Hex | DD | 51 | AB | 0 | 3F | 17 | D | 141 | 43 | 3B |
| Octal | 335 | 121 | 253 | 0 | 77 | 27 | 15 | 501 | 103 | 73 |
| Binary | 11011101 | 1010001 | 10101011 | 0 | 111111 | 10111 | 1101 | 101000001 | 1000011 | 111011 |
Color Harmonies of #DD51AB
Complementary color
Monochromatic Colors of #DD51AB
Black with #DD51AB
Text Example
Text Example
White with #DD51AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51AB; }
p { color: rgb(221,81,171); }
H1.HeaderClassName
{
color: #DD51AB;
}
.AnyTagClassName
{
color: #DD51AB;
}
</style>
background-color css
<style>
a { background-color: #DD51AB; }
a { background-color: rgb(221,81,171); }
div.DivClassName
{
background-color: #DD51AB;
}
.BgClassName
{
background-color: #DD51AB;
}
</style>
border-color css
<style>
span { border-color: #DD51AB; }
span { border-color: rgb(221,81,171); }
td.TdClassName
{
border-color: #DD51AB;
}
.TagClassName
{
border-color: #DD51AB;
}
</style>