Shades of Froly #DC5E69
Tints of Froly #DC5E69
RGB
CMYK
RGB Variations
Color information
#DC5E69 (or 0xDC5E69) is known color: Froly. HEX triplet: DC, 5E and 69. RGB value is (220,94,105). Sum of RGB (Red+Green+Blue) = 220+94+105=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E69 is #23A196. Grayscale: #858585. Windows color (decimal): -2335127 or 6905564. OLE color: 6905564.
HSL color Cylindrical-coordinate representation of color #DC5E69: hue angle of 354.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5E69 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 105 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.14 |
| HSL | 354.76º | 0.64% | 0.62% | - |
| HSV(B) | 354.76º | 0.57% | 0.86% | - |
| XYZ | 36.07 | 24.24 | 16.14 | - |
| YUV | 132.93 | 112.24 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 105 | 0 | 0.57 | 0.52 | 0.14 | 354.76 | 0.64 | 0.62 |
| Hex | DC | 5E | 69 | 0 | 39 | 34 | E | 163 | 40 | 3E |
| Octal | 334 | 136 | 151 | 0 | 71 | 64 | 16 | 543 | 100 | 76 |
| Binary | 11011100 | 1011110 | 1101001 | 0 | 111001 | 110100 | 1110 | 101100011 | 1000000 | 111110 |
Color Harmonies of #DC5E69
Complementary color
Monochromatic Colors of #DC5E69
Black with #DC5E69
Text Example
Text Example
White with #DC5E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E69; }
p { color: rgb(220,94,105); }
H1.HeaderClassName
{
color: #DC5E69;
}
.AnyTagClassName
{
color: #DC5E69;
}
</style>
background-color css
<style>
a { background-color: #DC5E69; }
a { background-color: rgb(220,94,105); }
div.DivClassName
{
background-color: #DC5E69;
}
.BgClassName
{
background-color: #DC5E69;
}
</style>
border-color css
<style>
span { border-color: #DC5E69; }
span { border-color: rgb(220,94,105); }
td.TdClassName
{
border-color: #DC5E69;
}
.TagClassName
{
border-color: #DC5E69;
}
</style>