Shades of Froly #DC6470
Tints of Froly #DC6470
RGB
CMYK
RGB Variations
Color information
#DC6470 (or 0xDC6470) is known color: Froly. HEX triplet: DC, 64 and 70. RGB value is (220,100,112). Sum of RGB (Red+Green+Blue) = 220+100+112=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6470 is #239B8F. Grayscale: #898989. Windows color (decimal): -2333584 or 7365852. OLE color: 7365852.
HSL color Cylindrical-coordinate representation of color #DC6470: hue angle of 354º 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 #DC6470 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 112 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.14 |
| HSL | 354º | 0.63% | 0.63% | - |
| HSV(B) | 354º | 0.55% | 0.86% | - |
| XYZ | 37 | 25.5 | 18.3 | - |
| YUV | 137.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 112 | 0 | 0.55 | 0.49 | 0.14 | 354 | 0.63 | 0.63 |
| Hex | DC | 64 | 70 | 0 | 37 | 31 | E | 162 | 3F | 3F |
| Octal | 334 | 144 | 160 | 0 | 67 | 61 | 16 | 542 | 77 | 77 |
| Binary | 11011100 | 1100100 | 1110000 | 0 | 110111 | 110001 | 1110 | 101100010 | 111111 | 111111 |
Color Harmonies of #DC6470
Complementary color
Monochromatic Colors of #DC6470
Black with #DC6470
Text Example
Text Example
White with #DC6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6470; }
p { color: rgb(220,100,112); }
H1.HeaderClassName
{
color: #DC6470;
}
.AnyTagClassName
{
color: #DC6470;
}
</style>
background-color css
<style>
a { background-color: #DC6470; }
a { background-color: rgb(220,100,112); }
div.DivClassName
{
background-color: #DC6470;
}
.BgClassName
{
background-color: #DC6470;
}
</style>
border-color css
<style>
span { border-color: #DC6470; }
span { border-color: rgb(220,100,112); }
td.TdClassName
{
border-color: #DC6470;
}
.TagClassName
{
border-color: #DC6470;
}
</style>