Shades of Froly #DC6E7E
Tints of Froly #DC6E7E
RGB
CMYK
RGB Variations
Color information
#DC6E7E (or 0xDC6E7E) is known color: Froly. HEX triplet: DC, 6E and 7E. RGB value is (220,110,126). Sum of RGB (Red+Green+Blue) = 220+110+126=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6E7E is #239181. Grayscale: #909090. Windows color (decimal): -2331010 or 8285916. OLE color: 8285916.
HSL color Cylindrical-coordinate representation of color #DC6E7E: hue angle of 351.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6E7E is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 126 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.14 |
| HSL | 351.27º | 0.61% | 0.65% | - |
| HSV(B) | 351.27º | 0.5% | 0.86% | - |
| XYZ | 38.86 | 27.87 | 23.07 | - |
| YUV | 144.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 126 | 0 | 0.50 | 0.43 | 0.14 | 351.27 | 0.61 | 0.65 |
| Hex | DC | 6E | 7E | 0 | 32 | 2B | E | 15F | 3D | 41 |
| Octal | 334 | 156 | 176 | 0 | 62 | 53 | 16 | 537 | 75 | 101 |
| Binary | 11011100 | 1101110 | 1111110 | 0 | 110010 | 101011 | 1110 | 101011111 | 111101 | 1000001 |
Color Harmonies of #DC6E7E
Complementary color
Monochromatic Colors of #DC6E7E
Black with #DC6E7E
Text Example
Text Example
White with #DC6E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E7E; }
p { color: rgb(220,110,126); }
H1.HeaderClassName
{
color: #DC6E7E;
}
.AnyTagClassName
{
color: #DC6E7E;
}
</style>
background-color css
<style>
a { background-color: #DC6E7E; }
a { background-color: rgb(220,110,126); }
div.DivClassName
{
background-color: #DC6E7E;
}
.BgClassName
{
background-color: #DC6E7E;
}
</style>
border-color css
<style>
span { border-color: #DC6E7E; }
span { border-color: rgb(220,110,126); }
td.TdClassName
{
border-color: #DC6E7E;
}
.TagClassName
{
border-color: #DC6E7E;
}
</style>