Shades of Brilliant Rose #DC56AF
Tints of Brilliant Rose #DC56AF
RGB
CMYK
RGB Variations
Color information
#DC56AF (or 0xDC56AF) is known color: Brilliant Rose. HEX triplet: DC, 56 and AF. RGB value is (220,86,175). Sum of RGB (Red+Green+Blue) = 220+86+175=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC56AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC56AF is #23A950. Grayscale: #878787. Windows color (decimal): -2337105 or 11491036. OLE color: 11491036.
HSL color Cylindrical-coordinate representation of color #DC56AF: hue angle of 320.15º 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 #DC56AF is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 175 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.14 |
| HSL | 320.15º | 0.66% | 0.6% | - |
| HSV(B) | 320.15º | 0.61% | 0.86% | - |
| XYZ | 40.58 | 24.97 | 43.24 | - |
| YUV | 136.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 175 | 0 | 0.61 | 0.20 | 0.14 | 320.15 | 0.66 | 0.6 |
| Hex | DC | 56 | AF | 0 | 3D | 14 | E | 140 | 42 | 3C |
| Octal | 334 | 126 | 257 | 0 | 75 | 24 | 16 | 500 | 102 | 74 |
| Binary | 11011100 | 1010110 | 10101111 | 0 | 111101 | 10100 | 1110 | 101000000 | 1000010 | 111100 |
Color Harmonies of #DC56AF
Complementary color
Monochromatic Colors of #DC56AF
Black with #DC56AF
Text Example
Text Example
White with #DC56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC56AF; }
p { color: rgb(220,86,175); }
H1.HeaderClassName
{
color: #DC56AF;
}
.AnyTagClassName
{
color: #DC56AF;
}
</style>
background-color css
<style>
a { background-color: #DC56AF; }
a { background-color: rgb(220,86,175); }
div.DivClassName
{
background-color: #DC56AF;
}
.BgClassName
{
background-color: #DC56AF;
}
</style>
border-color css
<style>
span { border-color: #DC56AF; }
span { border-color: rgb(220,86,175); }
td.TdClassName
{
border-color: #DC56AF;
}
.TagClassName
{
border-color: #DC56AF;
}
</style>