Shades of Brilliant Rose #DC55A8
Tints of Brilliant Rose #DC55A8
RGB
CMYK
RGB Variations
Color information
#DC55A8 (or 0xDC55A8) is known color: Brilliant Rose. HEX triplet: DC, 55 and A8. RGB value is (220,85,168). Sum of RGB (Red+Green+Blue) = 220+85+168=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC55A8 is #23AA57. Grayscale: #868686. Windows color (decimal): -2337368 or 11032028. OLE color: 11032028.
HSL color Cylindrical-coordinate representation of color #DC55A8: hue angle of 323.11º 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 #DC55A8 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 168 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.14 |
| HSL | 323.11º | 0.66% | 0.6% | - |
| HSV(B) | 323.11º | 0.61% | 0.86% | - |
| XYZ | 39.83 | 24.54 | 39.68 | - |
| YUV | 134.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 168 | 0 | 0.61 | 0.24 | 0.14 | 323.11 | 0.66 | 0.6 |
| Hex | DC | 55 | A8 | 0 | 3D | 18 | E | 143 | 42 | 3C |
| Octal | 334 | 125 | 250 | 0 | 75 | 30 | 16 | 503 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10101000 | 0 | 111101 | 11000 | 1110 | 101000011 | 1000010 | 111100 |
Color Harmonies of #DC55A8
Complementary color
Monochromatic Colors of #DC55A8
Black with #DC55A8
Text Example
Text Example
White with #DC55A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC55A8; }
p { color: rgb(220,85,168); }
H1.HeaderClassName
{
color: #DC55A8;
}
.AnyTagClassName
{
color: #DC55A8;
}
</style>
background-color css
<style>
a { background-color: #DC55A8; }
a { background-color: rgb(220,85,168); }
div.DivClassName
{
background-color: #DC55A8;
}
.BgClassName
{
background-color: #DC55A8;
}
</style>
border-color css
<style>
span { border-color: #DC55A8; }
span { border-color: rgb(220,85,168); }
td.TdClassName
{
border-color: #DC55A8;
}
.TagClassName
{
border-color: #DC55A8;
}
</style>