Shades of Brilliant Rose #DC59AA
Tints of Brilliant Rose #DC59AA
RGB
CMYK
RGB Variations
Color information
#DC59AA (or 0xDC59AA) is known color: Brilliant Rose. HEX triplet: DC, 59 and AA. RGB value is (220,89,170). Sum of RGB (Red+Green+Blue) = 220+89+170=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC59AA is #23A655. Grayscale: #898989. Windows color (decimal): -2336342 or 11164124. OLE color: 11164124.
HSL color Cylindrical-coordinate representation of color #DC59AA: hue angle of 322.9º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC59AA is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 170 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.14 |
| HSL | 322.9º | 0.65% | 0.61% | - |
| HSV(B) | 322.9º | 0.6% | 0.86% | - |
| XYZ | 40.34 | 25.26 | 40.78 | - |
| YUV | 137.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 170 | 0 | 0.60 | 0.23 | 0.14 | 322.9 | 0.65 | 0.61 |
| Hex | DC | 59 | AA | 0 | 3C | 17 | E | 143 | 41 | 3D |
| Octal | 334 | 131 | 252 | 0 | 74 | 27 | 16 | 503 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10101010 | 0 | 111100 | 10111 | 1110 | 101000011 | 1000001 | 111101 |
Color Harmonies of #DC59AA
Complementary color
Monochromatic Colors of #DC59AA
Black with #DC59AA
Text Example
Text Example
White with #DC59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59AA; }
p { color: rgb(220,89,170); }
H1.HeaderClassName
{
color: #DC59AA;
}
.AnyTagClassName
{
color: #DC59AA;
}
</style>
background-color css
<style>
a { background-color: #DC59AA; }
a { background-color: rgb(220,89,170); }
div.DivClassName
{
background-color: #DC59AA;
}
.BgClassName
{
background-color: #DC59AA;
}
</style>
border-color css
<style>
span { border-color: #DC59AA; }
span { border-color: rgb(220,89,170); }
td.TdClassName
{
border-color: #DC59AA;
}
.TagClassName
{
border-color: #DC59AA;
}
</style>