Shades of Froly #DC656B
Tints of Froly #DC656B
RGB
CMYK
RGB Variations
Color information
#DC656B (or 0xDC656B) is known color: Froly. HEX triplet: DC, 65 and 6B. RGB value is (220,101,107). Sum of RGB (Red+Green+Blue) = 220+101+107=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC656B is #239A94. Grayscale: #898989. Windows color (decimal): -2333333 or 7038428. OLE color: 7038428.
HSL color Cylindrical-coordinate representation of color #DC656B: hue angle of 356.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC656B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 107 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.14 |
| HSL | 356.97º | 0.63% | 0.63% | - |
| HSV(B) | 356.97º | 0.54% | 0.86% | - |
| XYZ | 36.82 | 25.58 | 16.91 | - |
| YUV | 137.27 | 110.92 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 107 | 0 | 0.54 | 0.51 | 0.14 | 356.97 | 0.63 | 0.63 |
| Hex | DC | 65 | 6B | 0 | 36 | 33 | E | 165 | 3F | 3F |
| Octal | 334 | 145 | 153 | 0 | 66 | 63 | 16 | 545 | 77 | 77 |
| Binary | 11011100 | 1100101 | 1101011 | 0 | 110110 | 110011 | 1110 | 101100101 | 111111 | 111111 |
Color Harmonies of #DC656B
Complementary color
Monochromatic Colors of #DC656B
Black with #DC656B
Text Example
Text Example
White with #DC656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC656B; }
p { color: rgb(220,101,107); }
H1.HeaderClassName
{
color: #DC656B;
}
.AnyTagClassName
{
color: #DC656B;
}
</style>
background-color css
<style>
a { background-color: #DC656B; }
a { background-color: rgb(220,101,107); }
div.DivClassName
{
background-color: #DC656B;
}
.BgClassName
{
background-color: #DC656B;
}
</style>
border-color css
<style>
span { border-color: #DC656B; }
span { border-color: rgb(220,101,107); }
td.TdClassName
{
border-color: #DC656B;
}
.TagClassName
{
border-color: #DC656B;
}
</style>