Shades of Brilliant Rose #DC56A7
Tints of Brilliant Rose #DC56A7
RGB
CMYK
RGB Variations
Color information
#DC56A7 (or 0xDC56A7) is known color: Brilliant Rose. HEX triplet: DC, 56 and A7. RGB value is (220,86,167). Sum of RGB (Red+Green+Blue) = 220+86+167=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC56A7 is #23A958. Grayscale: #878787. Windows color (decimal): -2337113 or 10966748. OLE color: 10966748.
HSL color Cylindrical-coordinate representation of color #DC56A7: hue angle of 323.73º 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 #DC56A7 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 167 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.14 |
| HSL | 323.73º | 0.66% | 0.6% | - |
| HSV(B) | 323.73º | 0.61% | 0.86% | - |
| XYZ | 39.82 | 24.66 | 39.22 | - |
| YUV | 135.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 167 | 0 | 0.61 | 0.24 | 0.14 | 323.73 | 0.66 | 0.6 |
| Hex | DC | 56 | A7 | 0 | 3D | 18 | E | 144 | 42 | 3C |
| Octal | 334 | 126 | 247 | 0 | 75 | 30 | 16 | 504 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10100111 | 0 | 111101 | 11000 | 1110 | 101000100 | 1000010 | 111100 |
Color Harmonies of #DC56A7
Complementary color
Monochromatic Colors of #DC56A7
Black with #DC56A7
Text Example
Text Example
White with #DC56A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC56A7; }
p { color: rgb(220,86,167); }
H1.HeaderClassName
{
color: #DC56A7;
}
.AnyTagClassName
{
color: #DC56A7;
}
</style>
background-color css
<style>
a { background-color: #DC56A7; }
a { background-color: rgb(220,86,167); }
div.DivClassName
{
background-color: #DC56A7;
}
.BgClassName
{
background-color: #DC56A7;
}
</style>
border-color css
<style>
span { border-color: #DC56A7; }
span { border-color: rgb(220,86,167); }
td.TdClassName
{
border-color: #DC56A7;
}
.TagClassName
{
border-color: #DC56A7;
}
</style>