Shades of Froly #DC6971
Tints of Froly #DC6971
RGB
CMYK
RGB Variations
Color information
#DC6971 (or 0xDC6971) is known color: Froly. HEX triplet: DC, 69 and 71. RGB value is (220,105,113). Sum of RGB (Red+Green+Blue) = 220+105+113=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6971 is #23968E. Grayscale: #8C8C8C. Windows color (decimal): -2332303 or 7432668. OLE color: 7432668.
HSL color Cylindrical-coordinate representation of color #DC6971: hue angle of 355.83º 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 #DC6971 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 113 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.14 |
| HSL | 355.83º | 0.62% | 0.64% | - |
| HSV(B) | 355.83º | 0.52% | 0.86% | - |
| XYZ | 37.55 | 26.51 | 18.76 | - |
| YUV | 140.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 113 | 0 | 0.52 | 0.49 | 0.14 | 355.83 | 0.62 | 0.64 |
| Hex | DC | 69 | 71 | 0 | 34 | 31 | E | 164 | 3E | 40 |
| Octal | 334 | 151 | 161 | 0 | 64 | 61 | 16 | 544 | 76 | 100 |
| Binary | 11011100 | 1101001 | 1110001 | 0 | 110100 | 110001 | 1110 | 101100100 | 111110 | 1000000 |
Color Harmonies of #DC6971
Complementary color
Monochromatic Colors of #DC6971
Black with #DC6971
Text Example
Text Example
White with #DC6971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6971; }
p { color: rgb(220,105,113); }
H1.HeaderClassName
{
color: #DC6971;
}
.AnyTagClassName
{
color: #DC6971;
}
</style>
background-color css
<style>
a { background-color: #DC6971; }
a { background-color: rgb(220,105,113); }
div.DivClassName
{
background-color: #DC6971;
}
.BgClassName
{
background-color: #DC6971;
}
</style>
border-color css
<style>
span { border-color: #DC6971; }
span { border-color: rgb(220,105,113); }
td.TdClassName
{
border-color: #DC6971;
}
.TagClassName
{
border-color: #DC6971;
}
</style>