Shades of Froly #DC6777
Tints of Froly #DC6777
RGB
CMYK
RGB Variations
Color information
#DC6777 (or 0xDC6777) is known color: Froly. HEX triplet: DC, 67 and 77. RGB value is (220,103,119). Sum of RGB (Red+Green+Blue) = 220+103+119=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6777 is #239888. Grayscale: #8B8B8B. Windows color (decimal): -2332809 or 7825372. OLE color: 7825372.
HSL color Cylindrical-coordinate representation of color #DC6777: hue angle of 351.79º 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 #DC6777 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 119 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.14 |
| HSL | 351.79º | 0.63% | 0.63% | - |
| HSV(B) | 351.79º | 0.53% | 0.86% | - |
| XYZ | 37.7 | 26.25 | 20.53 | - |
| YUV | 139.81 | 116.26 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 119 | 0 | 0.53 | 0.46 | 0.14 | 351.79 | 0.63 | 0.63 |
| Hex | DC | 67 | 77 | 0 | 35 | 2E | E | 160 | 3F | 3F |
| Octal | 334 | 147 | 167 | 0 | 65 | 56 | 16 | 540 | 77 | 77 |
| Binary | 11011100 | 1100111 | 1110111 | 0 | 110101 | 101110 | 1110 | 101100000 | 111111 | 111111 |
Color Harmonies of #DC6777
Complementary color
Monochromatic Colors of #DC6777
Black with #DC6777
Text Example
Text Example
White with #DC6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6777; }
p { color: rgb(220,103,119); }
H1.HeaderClassName
{
color: #DC6777;
}
.AnyTagClassName
{
color: #DC6777;
}
</style>
background-color css
<style>
a { background-color: #DC6777; }
a { background-color: rgb(220,103,119); }
div.DivClassName
{
background-color: #DC6777;
}
.BgClassName
{
background-color: #DC6777;
}
</style>
border-color css
<style>
span { border-color: #DC6777; }
span { border-color: rgb(220,103,119); }
td.TdClassName
{
border-color: #DC6777;
}
.TagClassName
{
border-color: #DC6777;
}
</style>