Shades of Brilliant Rose #DD59AD
Tints of Brilliant Rose #DD59AD
RGB
CMYK
RGB Variations
Color information
#DD59AD (or 0xDD59AD) is known color: Brilliant Rose. HEX triplet: DD, 59 and AD. RGB value is (221,89,173). Sum of RGB (Red+Green+Blue) = 221+89+173=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59AD is #22A652. Grayscale: #898989. Windows color (decimal): -2270803 or 11360733. OLE color: 11360733.
HSL color Cylindrical-coordinate representation of color #DD59AD: hue angle of 321.82º 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 #DD59AD is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 173 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.13 |
| HSL | 321.82º | 0.66% | 0.61% | - |
| HSV(B) | 321.82º | 0.6% | 0.87% | - |
| XYZ | 40.93 | 25.53 | 42.31 | - |
| YUV | 138.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 173 | 0 | 0.60 | 0.22 | 0.13 | 321.82 | 0.66 | 0.61 |
| Hex | DD | 59 | AD | 0 | 3C | 16 | D | 142 | 42 | 3D |
| Octal | 335 | 131 | 255 | 0 | 74 | 26 | 15 | 502 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10101101 | 0 | 111100 | 10110 | 1101 | 101000010 | 1000010 | 111101 |
Color Harmonies of #DD59AD
Complementary color
Monochromatic Colors of #DD59AD
Black with #DD59AD
Text Example
Text Example
White with #DD59AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59AD; }
p { color: rgb(221,89,173); }
H1.HeaderClassName
{
color: #DD59AD;
}
.AnyTagClassName
{
color: #DD59AD;
}
</style>
background-color css
<style>
a { background-color: #DD59AD; }
a { background-color: rgb(221,89,173); }
div.DivClassName
{
background-color: #DD59AD;
}
.BgClassName
{
background-color: #DD59AD;
}
</style>
border-color css
<style>
span { border-color: #DD59AD; }
span { border-color: rgb(221,89,173); }
td.TdClassName
{
border-color: #DD59AD;
}
.TagClassName
{
border-color: #DD59AD;
}
</style>