Shades of Froly #DC606F
Tints of Froly #DC606F
RGB
CMYK
RGB Variations
Color information
#DC606F (or 0xDC606F) is known color: Froly. HEX triplet: DC, 60 and 6F. RGB value is (220,96,111). Sum of RGB (Red+Green+Blue) = 220+96+111=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC606F is #239F90. Grayscale: #868686. Windows color (decimal): -2334609 or 7299292. OLE color: 7299292.
HSL color Cylindrical-coordinate representation of color #DC606F: hue angle of 352.74º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC606F is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 111 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.14 |
| HSL | 352.74º | 0.64% | 0.62% | - |
| HSV(B) | 352.74º | 0.56% | 0.86% | - |
| XYZ | 36.57 | 24.73 | 17.88 | - |
| YUV | 134.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 111 | 0 | 0.56 | 0.50 | 0.14 | 352.74 | 0.64 | 0.62 |
| Hex | DC | 60 | 6F | 0 | 38 | 32 | E | 161 | 40 | 3E |
| Octal | 334 | 140 | 157 | 0 | 70 | 62 | 16 | 541 | 100 | 76 |
| Binary | 11011100 | 1100000 | 1101111 | 0 | 111000 | 110010 | 1110 | 101100001 | 1000000 | 111110 |
Color Harmonies of #DC606F
Complementary color
Monochromatic Colors of #DC606F
Black with #DC606F
Text Example
Text Example
White with #DC606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC606F; }
p { color: rgb(220,96,111); }
H1.HeaderClassName
{
color: #DC606F;
}
.AnyTagClassName
{
color: #DC606F;
}
</style>
background-color css
<style>
a { background-color: #DC606F; }
a { background-color: rgb(220,96,111); }
div.DivClassName
{
background-color: #DC606F;
}
.BgClassName
{
background-color: #DC606F;
}
</style>
border-color css
<style>
span { border-color: #DC606F; }
span { border-color: rgb(220,96,111); }
td.TdClassName
{
border-color: #DC606F;
}
.TagClassName
{
border-color: #DC606F;
}
</style>