Shades of Froly #DC757F
Tints of Froly #DC757F
RGB
CMYK
RGB Variations
Color information
#DC757F (or 0xDC757F) is known color: Froly. HEX triplet: DC, 75 and 7F. RGB value is (220,117,127). Sum of RGB (Red+Green+Blue) = 220+117+127=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC757F is #238A80. Grayscale: #959595. Windows color (decimal): -2329217 or 8353244. OLE color: 8353244.
HSL color Cylindrical-coordinate representation of color #DC757F: hue angle of 354.17º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC757F is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 117 | 127 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.14 |
| HSL | 354.17º | 0.6% | 0.66% | - |
| HSV(B) | 354.17º | 0.47% | 0.86% | - |
| XYZ | 39.71 | 29.47 | 23.67 | - |
| YUV | 148.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 117 | 127 | 0 | 0.47 | 0.42 | 0.14 | 354.17 | 0.6 | 0.66 |
| Hex | DC | 75 | 7F | 0 | 2F | 2A | E | 162 | 3C | 42 |
| Octal | 334 | 165 | 177 | 0 | 57 | 52 | 16 | 542 | 74 | 102 |
| Binary | 11011100 | 1110101 | 1111111 | 0 | 101111 | 101010 | 1110 | 101100010 | 111100 | 1000010 |
Color Harmonies of #DC757F
Complementary color
Monochromatic Colors of #DC757F
Black with #DC757F
Text Example
Text Example
White with #DC757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC757F; }
p { color: rgb(220,117,127); }
H1.HeaderClassName
{
color: #DC757F;
}
.AnyTagClassName
{
color: #DC757F;
}
</style>
background-color css
<style>
a { background-color: #DC757F; }
a { background-color: rgb(220,117,127); }
div.DivClassName
{
background-color: #DC757F;
}
.BgClassName
{
background-color: #DC757F;
}
</style>
border-color css
<style>
span { border-color: #DC757F; }
span { border-color: rgb(220,117,127); }
td.TdClassName
{
border-color: #DC757F;
}
.TagClassName
{
border-color: #DC757F;
}
</style>