Shades of Froly #DC626D
Tints of Froly #DC626D
RGB
CMYK
RGB Variations
Color information
#DC626D (or 0xDC626D) is known color: Froly. HEX triplet: DC, 62 and 6D. RGB value is (220,98,109). Sum of RGB (Red+Green+Blue) = 220+98+109=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC626D is #239D92. Grayscale: #878787. Windows color (decimal): -2334099 or 7168732. OLE color: 7168732.
HSL color Cylindrical-coordinate representation of color #DC626D: hue angle of 354.59º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC626D is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 109 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.14 |
| HSL | 354.59º | 0.64% | 0.62% | - |
| HSV(B) | 354.59º | 0.55% | 0.86% | - |
| XYZ | 36.64 | 25.06 | 17.37 | - |
| YUV | 135.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 109 | 0 | 0.55 | 0.50 | 0.14 | 354.59 | 0.64 | 0.62 |
| Hex | DC | 62 | 6D | 0 | 37 | 32 | E | 163 | 40 | 3E |
| Octal | 334 | 142 | 155 | 0 | 67 | 62 | 16 | 543 | 100 | 76 |
| Binary | 11011100 | 1100010 | 1101101 | 0 | 110111 | 110010 | 1110 | 101100011 | 1000000 | 111110 |
Color Harmonies of #DC626D
Complementary color
Monochromatic Colors of #DC626D
Black with #DC626D
Text Example
Text Example
White with #DC626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC626D; }
p { color: rgb(220,98,109); }
H1.HeaderClassName
{
color: #DC626D;
}
.AnyTagClassName
{
color: #DC626D;
}
</style>
background-color css
<style>
a { background-color: #DC626D; }
a { background-color: rgb(220,98,109); }
div.DivClassName
{
background-color: #DC626D;
}
.BgClassName
{
background-color: #DC626D;
}
</style>
border-color css
<style>
span { border-color: #DC626D; }
span { border-color: rgb(220,98,109); }
td.TdClassName
{
border-color: #DC626D;
}
.TagClassName
{
border-color: #DC626D;
}
</style>