Shades of Brilliant Rose #DD59AB
Tints of Brilliant Rose #DD59AB
RGB
CMYK
RGB Variations
Color information
#DD59AB (or 0xDD59AB) is known color: Brilliant Rose. HEX triplet: DD, 59 and AB. RGB value is (221,89,171). Sum of RGB (Red+Green+Blue) = 221+89+171=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59AB is #22A654. Grayscale: #898989. Windows color (decimal): -2270805 or 11229661. OLE color: 11229661.
HSL color Cylindrical-coordinate representation of color #DD59AB: hue angle of 322.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD59AB is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 171 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.13 |
| HSL | 322.73º | 0.66% | 0.61% | - |
| HSV(B) | 322.73º | 0.6% | 0.87% | - |
| XYZ | 40.74 | 25.46 | 41.29 | - |
| YUV | 137.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 171 | 0 | 0.60 | 0.23 | 0.13 | 322.73 | 0.66 | 0.61 |
| Hex | DD | 59 | AB | 0 | 3C | 17 | D | 143 | 42 | 3D |
| Octal | 335 | 131 | 253 | 0 | 74 | 27 | 15 | 503 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10101011 | 0 | 111100 | 10111 | 1101 | 101000011 | 1000010 | 111101 |
Color Harmonies of #DD59AB
Complementary color
Monochromatic Colors of #DD59AB
Black with #DD59AB
Text Example
Text Example
White with #DD59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59AB; }
p { color: rgb(221,89,171); }
H1.HeaderClassName
{
color: #DD59AB;
}
.AnyTagClassName
{
color: #DD59AB;
}
</style>
background-color css
<style>
a { background-color: #DD59AB; }
a { background-color: rgb(221,89,171); }
div.DivClassName
{
background-color: #DD59AB;
}
.BgClassName
{
background-color: #DD59AB;
}
</style>
border-color css
<style>
span { border-color: #DD59AB; }
span { border-color: rgb(221,89,171); }
td.TdClassName
{
border-color: #DD59AB;
}
.TagClassName
{
border-color: #DD59AB;
}
</style>