Shades of Froly #DC626E
Tints of Froly #DC626E
RGB
CMYK
RGB Variations
Color information
#DC626E (or 0xDC626E) is known color: Froly. HEX triplet: DC, 62 and 6E. RGB value is (220,98,110). Sum of RGB (Red+Green+Blue) = 220+98+110=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC626E is #239D91. Grayscale: #878787. Windows color (decimal): -2334098 or 7234268. OLE color: 7234268.
HSL color Cylindrical-coordinate representation of color #DC626E: hue angle of 354.1º 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 #DC626E is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 110 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.14 |
| HSL | 354.1º | 0.64% | 0.62% | - |
| HSV(B) | 354.1º | 0.55% | 0.86% | - |
| XYZ | 36.7 | 25.08 | 17.66 | - |
| YUV | 135.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 110 | 0 | 0.55 | 0.50 | 0.14 | 354.1 | 0.64 | 0.62 |
| Hex | DC | 62 | 6E | 0 | 37 | 32 | E | 162 | 40 | 3E |
| Octal | 334 | 142 | 156 | 0 | 67 | 62 | 16 | 542 | 100 | 76 |
| Binary | 11011100 | 1100010 | 1101110 | 0 | 110111 | 110010 | 1110 | 101100010 | 1000000 | 111110 |
Color Harmonies of #DC626E
Complementary color
Monochromatic Colors of #DC626E
Black with #DC626E
Text Example
Text Example
White with #DC626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC626E; }
p { color: rgb(220,98,110); }
H1.HeaderClassName
{
color: #DC626E;
}
.AnyTagClassName
{
color: #DC626E;
}
</style>
background-color css
<style>
a { background-color: #DC626E; }
a { background-color: rgb(220,98,110); }
div.DivClassName
{
background-color: #DC626E;
}
.BgClassName
{
background-color: #DC626E;
}
</style>
border-color css
<style>
span { border-color: #DC626E; }
span { border-color: rgb(220,98,110); }
td.TdClassName
{
border-color: #DC626E;
}
.TagClassName
{
border-color: #DC626E;
}
</style>