Shades of Froly #DC616B
Tints of Froly #DC616B
RGB
CMYK
RGB Variations
Color information
#DC616B (or 0xDC616B) is known color: Froly. HEX triplet: DC, 61 and 6B. RGB value is (220,97,107). Sum of RGB (Red+Green+Blue) = 220+97+107=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC616B is #239E94. Grayscale: #878787. Windows color (decimal): -2334357 or 7037404. OLE color: 7037404.
HSL color Cylindrical-coordinate representation of color #DC616B: hue angle of 355.12º 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 #DC616B is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 107 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.14 |
| HSL | 355.12º | 0.64% | 0.62% | - |
| HSV(B) | 355.12º | 0.56% | 0.86% | - |
| XYZ | 36.44 | 24.83 | 16.78 | - |
| YUV | 134.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 107 | 0 | 0.56 | 0.51 | 0.14 | 355.12 | 0.64 | 0.62 |
| Hex | DC | 61 | 6B | 0 | 38 | 33 | E | 163 | 40 | 3E |
| Octal | 334 | 141 | 153 | 0 | 70 | 63 | 16 | 543 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1101011 | 0 | 111000 | 110011 | 1110 | 101100011 | 1000000 | 111110 |
Color Harmonies of #DC616B
Complementary color
Monochromatic Colors of #DC616B
Black with #DC616B
Text Example
Text Example
White with #DC616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC616B; }
p { color: rgb(220,97,107); }
H1.HeaderClassName
{
color: #DC616B;
}
.AnyTagClassName
{
color: #DC616B;
}
</style>
background-color css
<style>
a { background-color: #DC616B; }
a { background-color: rgb(220,97,107); }
div.DivClassName
{
background-color: #DC616B;
}
.BgClassName
{
background-color: #DC616B;
}
</style>
border-color css
<style>
span { border-color: #DC616B; }
span { border-color: rgb(220,97,107); }
td.TdClassName
{
border-color: #DC616B;
}
.TagClassName
{
border-color: #DC616B;
}
</style>