Shades of Froly #DC6370
Tints of Froly #DC6370
RGB
CMYK
RGB Variations
Color information
#DC6370 (or 0xDC6370) is known color: Froly. HEX triplet: DC, 63 and 70. RGB value is (220,99,112). Sum of RGB (Red+Green+Blue) = 220+99+112=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6370 is #239C8F. Grayscale: #888888. Windows color (decimal): -2333840 or 7365596. OLE color: 7365596.
HSL color Cylindrical-coordinate representation of color #DC6370: hue angle of 353.55º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6370 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 112 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.14 |
| HSL | 353.55º | 0.63% | 0.63% | - |
| HSV(B) | 353.55º | 0.55% | 0.86% | - |
| XYZ | 36.9 | 25.31 | 18.27 | - |
| YUV | 136.66 | 114.09 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 112 | 0 | 0.55 | 0.49 | 0.14 | 353.55 | 0.63 | 0.63 |
| Hex | DC | 63 | 70 | 0 | 37 | 31 | E | 162 | 3F | 3F |
| Octal | 334 | 143 | 160 | 0 | 67 | 61 | 16 | 542 | 77 | 77 |
| Binary | 11011100 | 1100011 | 1110000 | 0 | 110111 | 110001 | 1110 | 101100010 | 111111 | 111111 |
Color Harmonies of #DC6370
Complementary color
Monochromatic Colors of #DC6370
Black with #DC6370
Text Example
Text Example
White with #DC6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6370; }
p { color: rgb(220,99,112); }
H1.HeaderClassName
{
color: #DC6370;
}
.AnyTagClassName
{
color: #DC6370;
}
</style>
background-color css
<style>
a { background-color: #DC6370; }
a { background-color: rgb(220,99,112); }
div.DivClassName
{
background-color: #DC6370;
}
.BgClassName
{
background-color: #DC6370;
}
</style>
border-color css
<style>
span { border-color: #DC6370; }
span { border-color: rgb(220,99,112); }
td.TdClassName
{
border-color: #DC6370;
}
.TagClassName
{
border-color: #DC6370;
}
</style>