Shades of Froly #DC5F69
Tints of Froly #DC5F69
RGB
CMYK
RGB Variations
Color information
#DC5F69 (or 0xDC5F69) is known color: Froly. HEX triplet: DC, 5F and 69. RGB value is (220,95,105). Sum of RGB (Red+Green+Blue) = 220+95+105=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F69 is #23A096. Grayscale: #858585. Windows color (decimal): -2334871 or 6905820. OLE color: 6905820.
HSL color Cylindrical-coordinate representation of color #DC5F69: hue angle of 355.2º 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 #DC5F69 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 105 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.14 |
| HSL | 355.2º | 0.64% | 0.62% | - |
| HSV(B) | 355.2º | 0.57% | 0.86% | - |
| XYZ | 36.16 | 24.42 | 16.17 | - |
| YUV | 133.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 105 | 0 | 0.57 | 0.52 | 0.14 | 355.2 | 0.64 | 0.62 |
| Hex | DC | 5F | 69 | 0 | 39 | 34 | E | 163 | 40 | 3E |
| Octal | 334 | 137 | 151 | 0 | 71 | 64 | 16 | 543 | 100 | 76 |
| Binary | 11011100 | 1011111 | 1101001 | 0 | 111001 | 110100 | 1110 | 101100011 | 1000000 | 111110 |
Color Harmonies of #DC5F69
Complementary color
Monochromatic Colors of #DC5F69
Black with #DC5F69
Text Example
Text Example
White with #DC5F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F69; }
p { color: rgb(220,95,105); }
H1.HeaderClassName
{
color: #DC5F69;
}
.AnyTagClassName
{
color: #DC5F69;
}
</style>
background-color css
<style>
a { background-color: #DC5F69; }
a { background-color: rgb(220,95,105); }
div.DivClassName
{
background-color: #DC5F69;
}
.BgClassName
{
background-color: #DC5F69;
}
</style>
border-color css
<style>
span { border-color: #DC5F69; }
span { border-color: rgb(220,95,105); }
td.TdClassName
{
border-color: #DC5F69;
}
.TagClassName
{
border-color: #DC5F69;
}
</style>