Shades of Brilliant Rose #DC58AB
Tints of Brilliant Rose #DC58AB
RGB
CMYK
RGB Variations
Color information
#DC58AB (or 0xDC58AB) is known color: Brilliant Rose. HEX triplet: DC, 58 and AB. RGB value is (220,88,171). Sum of RGB (Red+Green+Blue) = 220+88+171=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC58AB is #23A754. Grayscale: #888888. Windows color (decimal): -2336597 or 11229404. OLE color: 11229404.
HSL color Cylindrical-coordinate representation of color #DC58AB: hue angle of 322.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC58AB is Cyan = 0, Magento = 0.6, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 171 | - |
| CMYK | 0 | 0.6 | 0.22 | 0.14 |
| HSL | 322.27º | 0.65% | 0.6% | - |
| HSV(B) | 322.27º | 0.6% | 0.86% | - |
| XYZ | 40.36 | 25.14 | 41.25 | - |
| YUV | 136.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 171 | 0 | 0.6 | 0.22 | 0.14 | 322.27 | 0.65 | 0.6 |
| Hex | DC | 58 | AB | 0 | 3C | 16 | E | 142 | 41 | 3C |
| Octal | 334 | 130 | 253 | 0 | 74 | 26 | 16 | 502 | 101 | 74 |
| Binary | 11011100 | 1011000 | 10101011 | 0 | 111100 | 10110 | 1110 | 101000010 | 1000001 | 111100 |
Color Harmonies of #DC58AB
Complementary color
Monochromatic Colors of #DC58AB
Black with #DC58AB
Text Example
Text Example
White with #DC58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC58AB; }
p { color: rgb(220,88,171); }
H1.HeaderClassName
{
color: #DC58AB;
}
.AnyTagClassName
{
color: #DC58AB;
}
</style>
background-color css
<style>
a { background-color: #DC58AB; }
a { background-color: rgb(220,88,171); }
div.DivClassName
{
background-color: #DC58AB;
}
.BgClassName
{
background-color: #DC58AB;
}
</style>
border-color css
<style>
span { border-color: #DC58AB; }
span { border-color: rgb(220,88,171); }
td.TdClassName
{
border-color: #DC58AB;
}
.TagClassName
{
border-color: #DC58AB;
}
</style>