Shades of Brilliant Rose #DC55AD
Tints of Brilliant Rose #DC55AD
RGB
CMYK
RGB Variations
Color information
#DC55AD (or 0xDC55AD) is known color: Brilliant Rose. HEX triplet: DC, 55 and AD. RGB value is (220,85,173). Sum of RGB (Red+Green+Blue) = 220+85+173=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC55AD is #23AA52. Grayscale: #878787. Windows color (decimal): -2337363 or 11359708. OLE color: 11359708.
HSL color Cylindrical-coordinate representation of color #DC55AD: hue angle of 320.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC55AD is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 173 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.14 |
| HSL | 320.89º | 0.66% | 0.6% | - |
| HSV(B) | 320.89º | 0.61% | 0.86% | - |
| XYZ | 40.31 | 24.73 | 42.18 | - |
| YUV | 135.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 173 | 0 | 0.61 | 0.21 | 0.14 | 320.89 | 0.66 | 0.6 |
| Hex | DC | 55 | AD | 0 | 3D | 15 | E | 141 | 42 | 3C |
| Octal | 334 | 125 | 255 | 0 | 75 | 25 | 16 | 501 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10101101 | 0 | 111101 | 10101 | 1110 | 101000001 | 1000010 | 111100 |
Color Harmonies of #DC55AD
Complementary color
Monochromatic Colors of #DC55AD
Black with #DC55AD
Text Example
Text Example
White with #DC55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55AD; }
p { color: rgb(220,85,173); }
H1.HeaderClassName
{
color: #DC55AD;
}
.AnyTagClassName
{
color: #DC55AD;
}
</style>
background-color css
<style>
a { background-color: #DC55AD; }
a { background-color: rgb(220,85,173); }
div.DivClassName
{
background-color: #DC55AD;
}
.BgClassName
{
background-color: #DC55AD;
}
</style>
border-color css
<style>
span { border-color: #DC55AD; }
span { border-color: rgb(220,85,173); }
td.TdClassName
{
border-color: #DC55AD;
}
.TagClassName
{
border-color: #DC55AD;
}
</style>