Shades of Froly #DC646C
Tints of Froly #DC646C
RGB
CMYK
RGB Variations
Color information
#DC646C (or 0xDC646C) is known color: Froly. HEX triplet: DC, 64 and 6C. RGB value is (220,100,108). Sum of RGB (Red+Green+Blue) = 220+100+108=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC646C is #239B93. Grayscale: #888888. Windows color (decimal): -2333588 or 7103708. OLE color: 7103708.
HSL color Cylindrical-coordinate representation of color #DC646C: hue angle of 356º 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 #DC646C is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 108 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.14 |
| HSL | 356º | 0.63% | 0.63% | - |
| HSV(B) | 356º | 0.55% | 0.86% | - |
| XYZ | 36.78 | 25.41 | 17.15 | - |
| YUV | 136.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 108 | 0 | 0.55 | 0.51 | 0.14 | 356 | 0.63 | 0.63 |
| Hex | DC | 64 | 6C | 0 | 37 | 33 | E | 164 | 3F | 3F |
| Octal | 334 | 144 | 154 | 0 | 67 | 63 | 16 | 544 | 77 | 77 |
| Binary | 11011100 | 1100100 | 1101100 | 0 | 110111 | 110011 | 1110 | 101100100 | 111111 | 111111 |
Color Harmonies of #DC646C
Complementary color
Monochromatic Colors of #DC646C
Black with #DC646C
Text Example
Text Example
White with #DC646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC646C; }
p { color: rgb(220,100,108); }
H1.HeaderClassName
{
color: #DC646C;
}
.AnyTagClassName
{
color: #DC646C;
}
</style>
background-color css
<style>
a { background-color: #DC646C; }
a { background-color: rgb(220,100,108); }
div.DivClassName
{
background-color: #DC646C;
}
.BgClassName
{
background-color: #DC646C;
}
</style>
border-color css
<style>
span { border-color: #DC646C; }
span { border-color: rgb(220,100,108); }
td.TdClassName
{
border-color: #DC646C;
}
.TagClassName
{
border-color: #DC646C;
}
</style>