Shades of Froly #DC646D
Tints of Froly #DC646D
RGB
CMYK
RGB Variations
Color information
#DC646D (or 0xDC646D) is known color: Froly. HEX triplet: DC, 64 and 6D. RGB value is (220,100,109). Sum of RGB (Red+Green+Blue) = 220+100+109=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC646D is #239B92. Grayscale: #888888. Windows color (decimal): -2333587 or 7169244. OLE color: 7169244.
HSL color Cylindrical-coordinate representation of color #DC646D: hue angle of 355.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 #DC646D is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 109 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.14 |
| HSL | 355.5º | 0.63% | 0.63% | - |
| HSV(B) | 355.5º | 0.55% | 0.86% | - |
| XYZ | 36.83 | 25.43 | 17.44 | - |
| YUV | 136.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 109 | 0 | 0.55 | 0.50 | 0.14 | 355.5 | 0.63 | 0.63 |
| Hex | DC | 64 | 6D | 0 | 37 | 32 | E | 164 | 3F | 3F |
| Octal | 334 | 144 | 155 | 0 | 67 | 62 | 16 | 544 | 77 | 77 |
| Binary | 11011100 | 1100100 | 1101101 | 0 | 110111 | 110010 | 1110 | 101100100 | 111111 | 111111 |
Color Harmonies of #DC646D
Complementary color
Monochromatic Colors of #DC646D
Black with #DC646D
Text Example
Text Example
White with #DC646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC646D; }
p { color: rgb(220,100,109); }
H1.HeaderClassName
{
color: #DC646D;
}
.AnyTagClassName
{
color: #DC646D;
}
</style>
background-color css
<style>
a { background-color: #DC646D; }
a { background-color: rgb(220,100,109); }
div.DivClassName
{
background-color: #DC646D;
}
.BgClassName
{
background-color: #DC646D;
}
</style>
border-color css
<style>
span { border-color: #DC646D; }
span { border-color: rgb(220,100,109); }
td.TdClassName
{
border-color: #DC646D;
}
.TagClassName
{
border-color: #DC646D;
}
</style>