Shades of Froly #DC616D
Tints of Froly #DC616D
RGB
CMYK
RGB Variations
Color information
#DC616D (or 0xDC616D) is known color: Froly. HEX triplet: DC, 61 and 6D. RGB value is (220,97,109). Sum of RGB (Red+Green+Blue) = 220+97+109=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC616D is #239E92. Grayscale: #878787. Windows color (decimal): -2334355 or 7168476. OLE color: 7168476.
HSL color Cylindrical-coordinate representation of color #DC616D: hue angle of 354.15º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC616D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 109 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.14 |
| HSL | 354.15º | 0.64% | 0.62% | - |
| HSV(B) | 354.15º | 0.56% | 0.86% | - |
| XYZ | 36.55 | 24.87 | 17.34 | - |
| YUV | 135.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 109 | 0 | 0.56 | 0.50 | 0.14 | 354.15 | 0.64 | 0.62 |
| Hex | DC | 61 | 6D | 0 | 38 | 32 | E | 162 | 40 | 3E |
| Octal | 334 | 141 | 155 | 0 | 70 | 62 | 16 | 542 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1101101 | 0 | 111000 | 110010 | 1110 | 101100010 | 1000000 | 111110 |
Color Harmonies of #DC616D
Complementary color
Monochromatic Colors of #DC616D
Black with #DC616D
Text Example
Text Example
White with #DC616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC616D; }
p { color: rgb(220,97,109); }
H1.HeaderClassName
{
color: #DC616D;
}
.AnyTagClassName
{
color: #DC616D;
}
</style>
background-color css
<style>
a { background-color: #DC616D; }
a { background-color: rgb(220,97,109); }
div.DivClassName
{
background-color: #DC616D;
}
.BgClassName
{
background-color: #DC616D;
}
</style>
border-color css
<style>
span { border-color: #DC616D; }
span { border-color: rgb(220,97,109); }
td.TdClassName
{
border-color: #DC616D;
}
.TagClassName
{
border-color: #DC616D;
}
</style>