Shades of Froly #DC6F72
Tints of Froly #DC6F72
RGB
CMYK
RGB Variations
Color information
#DC6F72 (or 0xDC6F72) is known color: Froly. HEX triplet: DC, 6F and 72. RGB value is (220,111,114). Sum of RGB (Red+Green+Blue) = 220+111+114=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6F72 is #23908D. Grayscale: #909090. Windows color (decimal): -2330766 or 7499740. OLE color: 7499740.
HSL color Cylindrical-coordinate representation of color #DC6F72: hue angle of 358.35º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6F72 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 114 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.14 |
| HSL | 358.35º | 0.61% | 0.65% | - |
| HSV(B) | 358.35º | 0.5% | 0.86% | - |
| XYZ | 38.24 | 27.8 | 19.27 | - |
| YUV | 143.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 114 | 0 | 0.50 | 0.48 | 0.14 | 358.35 | 0.61 | 0.65 |
| Hex | DC | 6F | 72 | 0 | 32 | 30 | E | 166 | 3D | 41 |
| Octal | 334 | 157 | 162 | 0 | 62 | 60 | 16 | 546 | 75 | 101 |
| Binary | 11011100 | 1101111 | 1110010 | 0 | 110010 | 110000 | 1110 | 101100110 | 111101 | 1000001 |
Color Harmonies of #DC6F72
Complementary color
Monochromatic Colors of #DC6F72
Black with #DC6F72
Text Example
Text Example
White with #DC6F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F72; }
p { color: rgb(220,111,114); }
H1.HeaderClassName
{
color: #DC6F72;
}
.AnyTagClassName
{
color: #DC6F72;
}
</style>
background-color css
<style>
a { background-color: #DC6F72; }
a { background-color: rgb(220,111,114); }
div.DivClassName
{
background-color: #DC6F72;
}
.BgClassName
{
background-color: #DC6F72;
}
</style>
border-color css
<style>
span { border-color: #DC6F72; }
span { border-color: rgb(220,111,114); }
td.TdClassName
{
border-color: #DC6F72;
}
.TagClassName
{
border-color: #DC6F72;
}
</style>