Shades of Brilliant Rose #DD59AF
Tints of Brilliant Rose #DD59AF
RGB
CMYK
RGB Variations
Color information
#DD59AF (or 0xDD59AF) is known color: Brilliant Rose. HEX triplet: DD, 59 and AF. RGB value is (221,89,175). Sum of RGB (Red+Green+Blue) = 221+89+175=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59AF is #22A650. Grayscale: #8A8A8A. Windows color (decimal): -2270801 or 11491805. OLE color: 11491805.
HSL color Cylindrical-coordinate representation of color #DD59AF: hue angle of 320.91º 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 #DD59AF is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 175 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.13 |
| HSL | 320.91º | 0.66% | 0.61% | - |
| HSV(B) | 320.91º | 0.6% | 0.87% | - |
| XYZ | 41.13 | 25.61 | 43.33 | - |
| YUV | 138.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 175 | 0 | 0.60 | 0.21 | 0.13 | 320.91 | 0.66 | 0.61 |
| Hex | DD | 59 | AF | 0 | 3C | 15 | D | 141 | 42 | 3D |
| Octal | 335 | 131 | 257 | 0 | 74 | 25 | 15 | 501 | 102 | 75 |
| Binary | 11011101 | 1011001 | 10101111 | 0 | 111100 | 10101 | 1101 | 101000001 | 1000010 | 111101 |
Color Harmonies of #DD59AF
Complementary color
Monochromatic Colors of #DD59AF
Black with #DD59AF
Text Example
Text Example
White with #DD59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59AF; }
p { color: rgb(221,89,175); }
H1.HeaderClassName
{
color: #DD59AF;
}
.AnyTagClassName
{
color: #DD59AF;
}
</style>
background-color css
<style>
a { background-color: #DD59AF; }
a { background-color: rgb(221,89,175); }
div.DivClassName
{
background-color: #DD59AF;
}
.BgClassName
{
background-color: #DD59AF;
}
</style>
border-color css
<style>
span { border-color: #DD59AF; }
span { border-color: rgb(221,89,175); }
td.TdClassName
{
border-color: #DD59AF;
}
.TagClassName
{
border-color: #DD59AF;
}
</style>