Shades of Froly #DC6479
Tints of Froly #DC6479
RGB
CMYK
RGB Variations
Color information
#DC6479 (or 0xDC6479) is known color: Froly. HEX triplet: DC, 64 and 79. RGB value is (220,100,121). Sum of RGB (Red+Green+Blue) = 220+100+121=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6479 is #239B86. Grayscale: #8A8A8A. Windows color (decimal): -2333575 or 7955676. OLE color: 7955676.
HSL color Cylindrical-coordinate representation of color #DC6479: hue angle of 349.5º 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 #DC6479 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 121 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.14 |
| HSL | 349.5º | 0.63% | 0.63% | - |
| HSV(B) | 349.5º | 0.55% | 0.86% | - |
| XYZ | 37.52 | 25.71 | 21.07 | - |
| YUV | 138.27 | 118.26 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 121 | 0 | 0.55 | 0.45 | 0.14 | 349.5 | 0.63 | 0.63 |
| Hex | DC | 64 | 79 | 0 | 37 | 2D | E | 15E | 3F | 3F |
| Octal | 334 | 144 | 171 | 0 | 67 | 55 | 16 | 536 | 77 | 77 |
| Binary | 11011100 | 1100100 | 1111001 | 0 | 110111 | 101101 | 1110 | 101011110 | 111111 | 111111 |
Color Harmonies of #DC6479
Complementary color
Monochromatic Colors of #DC6479
Black with #DC6479
Text Example
Text Example
White with #DC6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6479; }
p { color: rgb(220,100,121); }
H1.HeaderClassName
{
color: #DC6479;
}
.AnyTagClassName
{
color: #DC6479;
}
</style>
background-color css
<style>
a { background-color: #DC6479; }
a { background-color: rgb(220,100,121); }
div.DivClassName
{
background-color: #DC6479;
}
.BgClassName
{
background-color: #DC6479;
}
</style>
border-color css
<style>
span { border-color: #DC6479; }
span { border-color: rgb(220,100,121); }
td.TdClassName
{
border-color: #DC6479;
}
.TagClassName
{
border-color: #DC6479;
}
</style>