Shades of Brilliant Rose #DC56AC
Tints of Brilliant Rose #DC56AC
RGB
CMYK
RGB Variations
Color information
#DC56AC (or 0xDC56AC) is known color: Brilliant Rose. HEX triplet: DC, 56 and AC. RGB value is (220,86,172). Sum of RGB (Red+Green+Blue) = 220+86+172=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC56AC is #23A953. Grayscale: #878787. Windows color (decimal): -2337108 or 11294428. OLE color: 11294428.
HSL color Cylindrical-coordinate representation of color #DC56AC: hue angle of 321.49º 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 #DC56AC is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 172 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.14 |
| HSL | 321.49º | 0.66% | 0.6% | - |
| HSV(B) | 321.49º | 0.61% | 0.86% | - |
| XYZ | 40.29 | 24.85 | 41.7 | - |
| YUV | 135.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 172 | 0 | 0.61 | 0.22 | 0.14 | 321.49 | 0.66 | 0.6 |
| Hex | DC | 56 | AC | 0 | 3D | 16 | E | 141 | 42 | 3C |
| Octal | 334 | 126 | 254 | 0 | 75 | 26 | 16 | 501 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10101100 | 0 | 111101 | 10110 | 1110 | 101000001 | 1000010 | 111100 |
Color Harmonies of #DC56AC
Complementary color
Monochromatic Colors of #DC56AC
Black with #DC56AC
Text Example
Text Example
White with #DC56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC56AC; }
p { color: rgb(220,86,172); }
H1.HeaderClassName
{
color: #DC56AC;
}
.AnyTagClassName
{
color: #DC56AC;
}
</style>
background-color css
<style>
a { background-color: #DC56AC; }
a { background-color: rgb(220,86,172); }
div.DivClassName
{
background-color: #DC56AC;
}
.BgClassName
{
background-color: #DC56AC;
}
</style>
border-color css
<style>
span { border-color: #DC56AC; }
span { border-color: rgb(220,86,172); }
td.TdClassName
{
border-color: #DC56AC;
}
.TagClassName
{
border-color: #DC56AC;
}
</style>