Shades of Froly #DC6779
Tints of Froly #DC6779
RGB
CMYK
RGB Variations
Color information
#DC6779 (or 0xDC6779) is known color: Froly. HEX triplet: DC, 67 and 79. RGB value is (220,103,121). Sum of RGB (Red+Green+Blue) = 220+103+121=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6779 is #239886. Grayscale: #8C8C8C. Windows color (decimal): -2332807 or 7956444. OLE color: 7956444.
HSL color Cylindrical-coordinate representation of color #DC6779: hue angle of 350.77º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6779 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 121 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.14 |
| HSL | 350.77º | 0.63% | 0.63% | - |
| HSV(B) | 350.77º | 0.53% | 0.86% | - |
| XYZ | 37.82 | 26.3 | 21.17 | - |
| YUV | 140.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 121 | 0 | 0.53 | 0.45 | 0.14 | 350.77 | 0.63 | 0.63 |
| Hex | DC | 67 | 79 | 0 | 35 | 2D | E | 15F | 3F | 3F |
| Octal | 334 | 147 | 171 | 0 | 65 | 55 | 16 | 537 | 77 | 77 |
| Binary | 11011100 | 1100111 | 1111001 | 0 | 110101 | 101101 | 1110 | 101011111 | 111111 | 111111 |
Color Harmonies of #DC6779
Complementary color
Monochromatic Colors of #DC6779
Black with #DC6779
Text Example
Text Example
White with #DC6779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6779; }
p { color: rgb(220,103,121); }
H1.HeaderClassName
{
color: #DC6779;
}
.AnyTagClassName
{
color: #DC6779;
}
</style>
background-color css
<style>
a { background-color: #DC6779; }
a { background-color: rgb(220,103,121); }
div.DivClassName
{
background-color: #DC6779;
}
.BgClassName
{
background-color: #DC6779;
}
</style>
border-color css
<style>
span { border-color: #DC6779; }
span { border-color: rgb(220,103,121); }
td.TdClassName
{
border-color: #DC6779;
}
.TagClassName
{
border-color: #DC6779;
}
</style>