Shades of Froly #DC6379
Tints of Froly #DC6379
RGB
CMYK
RGB Variations
Color information
#DC6379 (or 0xDC6379) is known color: Froly. HEX triplet: DC, 63 and 79. RGB value is (220,99,121). Sum of RGB (Red+Green+Blue) = 220+99+121=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6379 is #239C86. Grayscale: #898989. Windows color (decimal): -2333831 or 7955420. OLE color: 7955420.
HSL color Cylindrical-coordinate representation of color #DC6379: hue angle of 349.09º 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 #DC6379 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 121 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.14 |
| HSL | 349.09º | 0.63% | 0.63% | - |
| HSV(B) | 349.09º | 0.55% | 0.86% | - |
| XYZ | 37.43 | 25.52 | 21.04 | - |
| YUV | 137.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 121 | 0 | 0.55 | 0.45 | 0.14 | 349.09 | 0.63 | 0.63 |
| Hex | DC | 63 | 79 | 0 | 37 | 2D | E | 15D | 3F | 3F |
| Octal | 334 | 143 | 171 | 0 | 67 | 55 | 16 | 535 | 77 | 77 |
| Binary | 11011100 | 1100011 | 1111001 | 0 | 110111 | 101101 | 1110 | 101011101 | 111111 | 111111 |
Color Harmonies of #DC6379
Complementary color
Monochromatic Colors of #DC6379
Black with #DC6379
Text Example
Text Example
White with #DC6379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6379; }
p { color: rgb(220,99,121); }
H1.HeaderClassName
{
color: #DC6379;
}
.AnyTagClassName
{
color: #DC6379;
}
</style>
background-color css
<style>
a { background-color: #DC6379; }
a { background-color: rgb(220,99,121); }
div.DivClassName
{
background-color: #DC6379;
}
.BgClassName
{
background-color: #DC6379;
}
</style>
border-color css
<style>
span { border-color: #DC6379; }
span { border-color: rgb(220,99,121); }
td.TdClassName
{
border-color: #DC6379;
}
.TagClassName
{
border-color: #DC6379;
}
</style>