Shades of Froly #DC697B
Tints of Froly #DC697B
RGB
CMYK
RGB Variations
Color information
#DC697B (or 0xDC697B) is known color: Froly. HEX triplet: DC, 69 and 7B. RGB value is (220,105,123). Sum of RGB (Red+Green+Blue) = 220+105+123=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC697B is #239684. Grayscale: #8D8D8D. Windows color (decimal): -2332293 or 8088028. OLE color: 8088028.
HSL color Cylindrical-coordinate representation of color #DC697B: hue angle of 350.61º 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 #DC697B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 123 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.14 |
| HSL | 350.61º | 0.62% | 0.64% | - |
| HSV(B) | 350.61º | 0.52% | 0.86% | - |
| XYZ | 38.14 | 26.75 | 21.89 | - |
| YUV | 141.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 123 | 0 | 0.52 | 0.44 | 0.14 | 350.61 | 0.62 | 0.64 |
| Hex | DC | 69 | 7B | 0 | 34 | 2C | E | 15F | 3E | 40 |
| Octal | 334 | 151 | 173 | 0 | 64 | 54 | 16 | 537 | 76 | 100 |
| Binary | 11011100 | 1101001 | 1111011 | 0 | 110100 | 101100 | 1110 | 101011111 | 111110 | 1000000 |
Color Harmonies of #DC697B
Complementary color
Monochromatic Colors of #DC697B
Black with #DC697B
Text Example
Text Example
White with #DC697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC697B; }
p { color: rgb(220,105,123); }
H1.HeaderClassName
{
color: #DC697B;
}
.AnyTagClassName
{
color: #DC697B;
}
</style>
background-color css
<style>
a { background-color: #DC697B; }
a { background-color: rgb(220,105,123); }
div.DivClassName
{
background-color: #DC697B;
}
.BgClassName
{
background-color: #DC697B;
}
</style>
border-color css
<style>
span { border-color: #DC697B; }
span { border-color: rgb(220,105,123); }
td.TdClassName
{
border-color: #DC697B;
}
.TagClassName
{
border-color: #DC697B;
}
</style>