Shades of Froly #DC657C
Tints of Froly #DC657C
RGB
CMYK
RGB Variations
Color information
#DC657C (or 0xDC657C) is known color: Froly. HEX triplet: DC, 65 and 7C. RGB value is (220,101,124). Sum of RGB (Red+Green+Blue) = 220+101+124=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC657C is #239A83. Grayscale: #8B8B8B. Windows color (decimal): -2333316 or 8152540. OLE color: 8152540.
HSL color Cylindrical-coordinate representation of color #DC657C: hue angle of 348.4º 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 #DC657C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 124 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.14 |
| HSL | 348.4º | 0.63% | 0.63% | - |
| HSV(B) | 348.4º | 0.54% | 0.86% | - |
| XYZ | 37.81 | 25.98 | 22.09 | - |
| YUV | 139.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 124 | 0 | 0.54 | 0.44 | 0.14 | 348.4 | 0.63 | 0.63 |
| Hex | DC | 65 | 7C | 0 | 36 | 2C | E | 15C | 3F | 3F |
| Octal | 334 | 145 | 174 | 0 | 66 | 54 | 16 | 534 | 77 | 77 |
| Binary | 11011100 | 1100101 | 1111100 | 0 | 110110 | 101100 | 1110 | 101011100 | 111111 | 111111 |
Color Harmonies of #DC657C
Complementary color
Monochromatic Colors of #DC657C
Black with #DC657C
Text Example
Text Example
White with #DC657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC657C; }
p { color: rgb(220,101,124); }
H1.HeaderClassName
{
color: #DC657C;
}
.AnyTagClassName
{
color: #DC657C;
}
</style>
background-color css
<style>
a { background-color: #DC657C; }
a { background-color: rgb(220,101,124); }
div.DivClassName
{
background-color: #DC657C;
}
.BgClassName
{
background-color: #DC657C;
}
</style>
border-color css
<style>
span { border-color: #DC657C; }
span { border-color: rgb(220,101,124); }
td.TdClassName
{
border-color: #DC657C;
}
.TagClassName
{
border-color: #DC657C;
}
</style>