Shades of Froly #DC6972
Tints of Froly #DC6972
RGB
CMYK
RGB Variations
Color information
#DC6972 (or 0xDC6972) is known color: Froly. HEX triplet: DC, 69 and 72. RGB value is (220,105,114). Sum of RGB (Red+Green+Blue) = 220+105+114=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6972 is #23968D. Grayscale: #8C8C8C. Windows color (decimal): -2332302 or 7498204. OLE color: 7498204.
HSL color Cylindrical-coordinate representation of color #DC6972: hue angle of 355.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6972 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 114 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.14 |
| HSL | 355.3º | 0.62% | 0.64% | - |
| HSV(B) | 355.3º | 0.52% | 0.86% | - |
| XYZ | 37.6 | 26.53 | 19.06 | - |
| YUV | 140.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 114 | 0 | 0.52 | 0.48 | 0.14 | 355.3 | 0.62 | 0.64 |
| Hex | DC | 69 | 72 | 0 | 34 | 30 | E | 163 | 3E | 40 |
| Octal | 334 | 151 | 162 | 0 | 64 | 60 | 16 | 543 | 76 | 100 |
| Binary | 11011100 | 1101001 | 1110010 | 0 | 110100 | 110000 | 1110 | 101100011 | 111110 | 1000000 |
Color Harmonies of #DC6972
Complementary color
Monochromatic Colors of #DC6972
Black with #DC6972
Text Example
Text Example
White with #DC6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6972; }
p { color: rgb(220,105,114); }
H1.HeaderClassName
{
color: #DC6972;
}
.AnyTagClassName
{
color: #DC6972;
}
</style>
background-color css
<style>
a { background-color: #DC6972; }
a { background-color: rgb(220,105,114); }
div.DivClassName
{
background-color: #DC6972;
}
.BgClassName
{
background-color: #DC6972;
}
</style>
border-color css
<style>
span { border-color: #DC6972; }
span { border-color: rgb(220,105,114); }
td.TdClassName
{
border-color: #DC6972;
}
.TagClassName
{
border-color: #DC6972;
}
</style>