Shades of Froly #DC6576
Tints of Froly #DC6576
RGB
CMYK
RGB Variations
Color information
#DC6576 (or 0xDC6576) is known color: Froly. HEX triplet: DC, 65 and 76. RGB value is (220,101,118). Sum of RGB (Red+Green+Blue) = 220+101+118=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6576 is #239A89. Grayscale: #8A8A8A. Windows color (decimal): -2333322 or 7759324. OLE color: 7759324.
HSL color Cylindrical-coordinate representation of color #DC6576: hue angle of 351.43º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6576 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 118 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.14 |
| HSL | 351.43º | 0.63% | 0.63% | - |
| HSV(B) | 351.43º | 0.54% | 0.86% | - |
| XYZ | 37.44 | 25.83 | 20.15 | - |
| YUV | 138.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 118 | 0 | 0.54 | 0.46 | 0.14 | 351.43 | 0.63 | 0.63 |
| Hex | DC | 65 | 76 | 0 | 36 | 2E | E | 15F | 3F | 3F |
| Octal | 334 | 145 | 166 | 0 | 66 | 56 | 16 | 537 | 77 | 77 |
| Binary | 11011100 | 1100101 | 1110110 | 0 | 110110 | 101110 | 1110 | 101011111 | 111111 | 111111 |
Color Harmonies of #DC6576
Complementary color
Monochromatic Colors of #DC6576
Black with #DC6576
Text Example
Text Example
White with #DC6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6576; }
p { color: rgb(220,101,118); }
H1.HeaderClassName
{
color: #DC6576;
}
.AnyTagClassName
{
color: #DC6576;
}
</style>
background-color css
<style>
a { background-color: #DC6576; }
a { background-color: rgb(220,101,118); }
div.DivClassName
{
background-color: #DC6576;
}
.BgClassName
{
background-color: #DC6576;
}
</style>
border-color css
<style>
span { border-color: #DC6576; }
span { border-color: rgb(220,101,118); }
td.TdClassName
{
border-color: #DC6576;
}
.TagClassName
{
border-color: #DC6576;
}
</style>