Shades of Brilliant Rose #DC56B0
Tints of Brilliant Rose #DC56B0
RGB
CMYK
RGB Variations
Color information
#DC56B0 (or 0xDC56B0) is known color: Brilliant Rose. HEX triplet: DC, 56 and B0. RGB value is (220,86,176). Sum of RGB (Red+Green+Blue) = 220+86+176=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC56B0 is #23A94F. Grayscale: #888888. Windows color (decimal): -2337104 or 11556572. OLE color: 11556572.
HSL color Cylindrical-coordinate representation of color #DC56B0: hue angle of 319.7º 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 #DC56B0 is Cyan = 0, Magento = 0.61, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 176 | - |
| CMYK | 0 | 0.61 | 0.2 | 0.14 |
| HSL | 319.7º | 0.66% | 0.6% | - |
| HSV(B) | 319.7º | 0.61% | 0.86% | - |
| XYZ | 40.68 | 25.01 | 43.76 | - |
| YUV | 136.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 176 | 0 | 0.61 | 0.2 | 0.14 | 319.7 | 0.66 | 0.6 |
| Hex | DC | 56 | B0 | 0 | 3D | 14 | E | 140 | 42 | 3C |
| Octal | 334 | 126 | 260 | 0 | 75 | 24 | 16 | 500 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10110000 | 0 | 111101 | 10100 | 1110 | 101000000 | 1000010 | 111100 |
Color Harmonies of #DC56B0
Complementary color
Monochromatic Colors of #DC56B0
Black with #DC56B0
Text Example
Text Example
White with #DC56B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC56B0; }
p { color: rgb(220,86,176); }
H1.HeaderClassName
{
color: #DC56B0;
}
.AnyTagClassName
{
color: #DC56B0;
}
</style>
background-color css
<style>
a { background-color: #DC56B0; }
a { background-color: rgb(220,86,176); }
div.DivClassName
{
background-color: #DC56B0;
}
.BgClassName
{
background-color: #DC56B0;
}
</style>
border-color css
<style>
span { border-color: #DC56B0; }
span { border-color: rgb(220,86,176); }
td.TdClassName
{
border-color: #DC56B0;
}
.TagClassName
{
border-color: #DC56B0;
}
</style>