Shades of Brilliant Rose #DC59AC
Tints of Brilliant Rose #DC59AC
RGB
CMYK
RGB Variations
Color information
#DC59AC (or 0xDC59AC) is known color: Brilliant Rose. HEX triplet: DC, 59 and AC. RGB value is (220,89,172). Sum of RGB (Red+Green+Blue) = 220+89+172=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC59AC is #23A653. Grayscale: #898989. Windows color (decimal): -2336340 or 11295196. OLE color: 11295196.
HSL color Cylindrical-coordinate representation of color #DC59AC: hue angle of 321.98º 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 #DC59AC is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 172 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.14 |
| HSL | 321.98º | 0.65% | 0.61% | - |
| HSV(B) | 321.98º | 0.6% | 0.86% | - |
| XYZ | 40.53 | 25.34 | 41.78 | - |
| YUV | 137.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 172 | 0 | 0.60 | 0.22 | 0.14 | 321.98 | 0.65 | 0.61 |
| Hex | DC | 59 | AC | 0 | 3C | 16 | E | 142 | 41 | 3D |
| Octal | 334 | 131 | 254 | 0 | 74 | 26 | 16 | 502 | 101 | 75 |
| Binary | 11011100 | 1011001 | 10101100 | 0 | 111100 | 10110 | 1110 | 101000010 | 1000001 | 111101 |
Color Harmonies of #DC59AC
Complementary color
Monochromatic Colors of #DC59AC
Black with #DC59AC
Text Example
Text Example
White with #DC59AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC59AC; }
p { color: rgb(220,89,172); }
H1.HeaderClassName
{
color: #DC59AC;
}
.AnyTagClassName
{
color: #DC59AC;
}
</style>
background-color css
<style>
a { background-color: #DC59AC; }
a { background-color: rgb(220,89,172); }
div.DivClassName
{
background-color: #DC59AC;
}
.BgClassName
{
background-color: #DC59AC;
}
</style>
border-color css
<style>
span { border-color: #DC59AC; }
span { border-color: rgb(220,89,172); }
td.TdClassName
{
border-color: #DC59AC;
}
.TagClassName
{
border-color: #DC59AC;
}
</style>