Shades of Froly #DC6C7A
Tints of Froly #DC6C7A
RGB
CMYK
RGB Variations
Color information
#DC6C7A (or 0xDC6C7A) is known color: Froly. HEX triplet: DC, 6C and 7A. RGB value is (220,108,122). Sum of RGB (Red+Green+Blue) = 220+108+122=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6C7A is #239385. Grayscale: #8F8F8F. Windows color (decimal): -2331526 or 8023260. OLE color: 8023260.
HSL color Cylindrical-coordinate representation of color #DC6C7A: hue angle of 352.5º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6C7A is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 108 | 122 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.14 |
| HSL | 352.5º | 0.62% | 0.64% | - |
| HSV(B) | 352.5º | 0.51% | 0.86% | - |
| XYZ | 38.39 | 27.35 | 21.67 | - |
| YUV | 143.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 108 | 122 | 0 | 0.51 | 0.45 | 0.14 | 352.5 | 0.62 | 0.64 |
| Hex | DC | 6C | 7A | 0 | 33 | 2D | E | 160 | 3E | 40 |
| Octal | 334 | 154 | 172 | 0 | 63 | 55 | 16 | 540 | 76 | 100 |
| Binary | 11011100 | 1101100 | 1111010 | 0 | 110011 | 101101 | 1110 | 101100000 | 111110 | 1000000 |
Color Harmonies of #DC6C7A
Complementary color
Monochromatic Colors of #DC6C7A
Black with #DC6C7A
Text Example
Text Example
White with #DC6C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6C7A; }
p { color: rgb(220,108,122); }
H1.HeaderClassName
{
color: #DC6C7A;
}
.AnyTagClassName
{
color: #DC6C7A;
}
</style>
background-color css
<style>
a { background-color: #DC6C7A; }
a { background-color: rgb(220,108,122); }
div.DivClassName
{
background-color: #DC6C7A;
}
.BgClassName
{
background-color: #DC6C7A;
}
</style>
border-color css
<style>
span { border-color: #DC6C7A; }
span { border-color: rgb(220,108,122); }
td.TdClassName
{
border-color: #DC6C7A;
}
.TagClassName
{
border-color: #DC6C7A;
}
</style>