Shades of Froly #DC717A
Tints of Froly #DC717A
RGB
CMYK
RGB Variations
Color information
#DC717A (or 0xDC717A) is known color: Froly. HEX triplet: DC, 71 and 7A. RGB value is (220,113,122). Sum of RGB (Red+Green+Blue) = 220+113+122=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC717A is #238E85. Grayscale: #929292. Windows color (decimal): -2330246 or 8024540. OLE color: 8024540.
HSL color Cylindrical-coordinate representation of color #DC717A: hue angle of 354.95º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC717A is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 122 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.14 |
| HSL | 354.95º | 0.6% | 0.65% | - |
| HSV(B) | 354.95º | 0.49% | 0.86% | - |
| XYZ | 38.93 | 28.43 | 21.85 | - |
| YUV | 146.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 122 | 0 | 0.49 | 0.45 | 0.14 | 354.95 | 0.6 | 0.65 |
| Hex | DC | 71 | 7A | 0 | 31 | 2D | E | 163 | 3C | 41 |
| Octal | 334 | 161 | 172 | 0 | 61 | 55 | 16 | 543 | 74 | 101 |
| Binary | 11011100 | 1110001 | 1111010 | 0 | 110001 | 101101 | 1110 | 101100011 | 111100 | 1000001 |
Color Harmonies of #DC717A
Complementary color
Monochromatic Colors of #DC717A
Black with #DC717A
Text Example
Text Example
White with #DC717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC717A; }
p { color: rgb(220,113,122); }
H1.HeaderClassName
{
color: #DC717A;
}
.AnyTagClassName
{
color: #DC717A;
}
</style>
background-color css
<style>
a { background-color: #DC717A; }
a { background-color: rgb(220,113,122); }
div.DivClassName
{
background-color: #DC717A;
}
.BgClassName
{
background-color: #DC717A;
}
</style>
border-color css
<style>
span { border-color: #DC717A; }
span { border-color: rgb(220,113,122); }
td.TdClassName
{
border-color: #DC717A;
}
.TagClassName
{
border-color: #DC717A;
}
</style>