Shades of Froly #DC647B
Tints of Froly #DC647B
RGB
CMYK
RGB Variations
Color information
#DC647B (or 0xDC647B) is known color: Froly. HEX triplet: DC, 64 and 7B. RGB value is (220,100,123). Sum of RGB (Red+Green+Blue) = 220+100+123=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC647B is #239B84. Grayscale: #8A8A8A. Windows color (decimal): -2333573 or 8086748. OLE color: 8086748.
HSL color Cylindrical-coordinate representation of color #DC647B: hue angle of 348.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 #DC647B is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 123 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.14 |
| HSL | 348.5º | 0.63% | 0.63% | - |
| HSV(B) | 348.5º | 0.55% | 0.86% | - |
| XYZ | 37.65 | 25.76 | 21.73 | - |
| YUV | 138.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 123 | 0 | 0.55 | 0.44 | 0.14 | 348.5 | 0.63 | 0.63 |
| Hex | DC | 64 | 7B | 0 | 37 | 2C | E | 15C | 3F | 3F |
| Octal | 334 | 144 | 173 | 0 | 67 | 54 | 16 | 534 | 77 | 77 |
| Binary | 11011100 | 1100100 | 1111011 | 0 | 110111 | 101100 | 1110 | 101011100 | 111111 | 111111 |
Color Harmonies of #DC647B
Complementary color
Monochromatic Colors of #DC647B
Black with #DC647B
Text Example
Text Example
White with #DC647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC647B; }
p { color: rgb(220,100,123); }
H1.HeaderClassName
{
color: #DC647B;
}
.AnyTagClassName
{
color: #DC647B;
}
</style>
background-color css
<style>
a { background-color: #DC647B; }
a { background-color: rgb(220,100,123); }
div.DivClassName
{
background-color: #DC647B;
}
.BgClassName
{
background-color: #DC647B;
}
</style>
border-color css
<style>
span { border-color: #DC647B; }
span { border-color: rgb(220,100,123); }
td.TdClassName
{
border-color: #DC647B;
}
.TagClassName
{
border-color: #DC647B;
}
</style>