Shades of Froly #DC6377
Tints of Froly #DC6377
RGB
CMYK
RGB Variations
Color information
#DC6377 (or 0xDC6377) is known color: Froly. HEX triplet: DC, 63 and 77. RGB value is (220,99,119). Sum of RGB (Red+Green+Blue) = 220+99+119=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6377 is #239C88. Grayscale: #898989. Windows color (decimal): -2333833 or 7824348. OLE color: 7824348.
HSL color Cylindrical-coordinate representation of color #DC6377: hue angle of 350.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6377 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 119 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.14 |
| HSL | 350.08º | 0.63% | 0.63% | - |
| HSV(B) | 350.08º | 0.55% | 0.86% | - |
| XYZ | 37.31 | 25.47 | 20.4 | - |
| YUV | 137.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 119 | 0 | 0.55 | 0.46 | 0.14 | 350.08 | 0.63 | 0.63 |
| Hex | DC | 63 | 77 | 0 | 37 | 2E | E | 15E | 3F | 3F |
| Octal | 334 | 143 | 167 | 0 | 67 | 56 | 16 | 536 | 77 | 77 |
| Binary | 11011100 | 1100011 | 1110111 | 0 | 110111 | 101110 | 1110 | 101011110 | 111111 | 111111 |
Color Harmonies of #DC6377
Complementary color
Monochromatic Colors of #DC6377
Black with #DC6377
Text Example
Text Example
White with #DC6377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6377; }
p { color: rgb(220,99,119); }
H1.HeaderClassName
{
color: #DC6377;
}
.AnyTagClassName
{
color: #DC6377;
}
</style>
background-color css
<style>
a { background-color: #DC6377; }
a { background-color: rgb(220,99,119); }
div.DivClassName
{
background-color: #DC6377;
}
.BgClassName
{
background-color: #DC6377;
}
</style>
border-color css
<style>
span { border-color: #DC6377; }
span { border-color: rgb(220,99,119); }
td.TdClassName
{
border-color: #DC6377;
}
.TagClassName
{
border-color: #DC6377;
}
</style>