Shades of Froly #DC6A7A
Tints of Froly #DC6A7A
RGB
CMYK
RGB Variations
Color information
#DC6A7A (or 0xDC6A7A) is known color: Froly. HEX triplet: DC, 6A and 7A. RGB value is (220,106,122). Sum of RGB (Red+Green+Blue) = 220+106+122=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6A7A is #239585. Grayscale: #8D8D8D. Windows color (decimal): -2332038 or 8022748. OLE color: 8022748.
HSL color Cylindrical-coordinate representation of color #DC6A7A: hue angle of 351.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6A7A is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 122 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.14 |
| HSL | 351.58º | 0.62% | 0.64% | - |
| HSV(B) | 351.58º | 0.52% | 0.86% | - |
| XYZ | 38.18 | 26.93 | 21.6 | - |
| YUV | 141.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 122 | 0 | 0.52 | 0.45 | 0.14 | 351.58 | 0.62 | 0.64 |
| Hex | DC | 6A | 7A | 0 | 34 | 2D | E | 160 | 3E | 40 |
| Octal | 334 | 152 | 172 | 0 | 64 | 55 | 16 | 540 | 76 | 100 |
| Binary | 11011100 | 1101010 | 1111010 | 0 | 110100 | 101101 | 1110 | 101100000 | 111110 | 1000000 |
Color Harmonies of #DC6A7A
Complementary color
Monochromatic Colors of #DC6A7A
Black with #DC6A7A
Text Example
Text Example
White with #DC6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6A7A; }
p { color: rgb(220,106,122); }
H1.HeaderClassName
{
color: #DC6A7A;
}
.AnyTagClassName
{
color: #DC6A7A;
}
</style>
background-color css
<style>
a { background-color: #DC6A7A; }
a { background-color: rgb(220,106,122); }
div.DivClassName
{
background-color: #DC6A7A;
}
.BgClassName
{
background-color: #DC6A7A;
}
</style>
border-color css
<style>
span { border-color: #DC6A7A; }
span { border-color: rgb(220,106,122); }
td.TdClassName
{
border-color: #DC6A7A;
}
.TagClassName
{
border-color: #DC6A7A;
}
</style>