Shades of Froly #DC5F6A
Tints of Froly #DC5F6A
RGB
CMYK
RGB Variations
Color information
#DC5F6A (or 0xDC5F6A) is known color: Froly. HEX triplet: DC, 5F and 6A. RGB value is (220,95,106). Sum of RGB (Red+Green+Blue) = 220+95+106=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F6A is #23A095. Grayscale: #858585. Windows color (decimal): -2334870 or 6971356. OLE color: 6971356.
HSL color Cylindrical-coordinate representation of color #DC5F6A: hue angle of 354.72º 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 #DC5F6A is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 106 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.14 |
| HSL | 354.72º | 0.64% | 0.62% | - |
| HSV(B) | 354.72º | 0.57% | 0.86% | - |
| XYZ | 36.21 | 24.44 | 16.44 | - |
| YUV | 133.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 106 | 0 | 0.57 | 0.52 | 0.14 | 354.72 | 0.64 | 0.62 |
| Hex | DC | 5F | 6A | 0 | 39 | 34 | E | 163 | 40 | 3E |
| Octal | 334 | 137 | 152 | 0 | 71 | 64 | 16 | 543 | 100 | 76 |
| Binary | 11011100 | 1011111 | 1101010 | 0 | 111001 | 110100 | 1110 | 101100011 | 1000000 | 111110 |
Color Harmonies of #DC5F6A
Complementary color
Monochromatic Colors of #DC5F6A
Black with #DC5F6A
Text Example
Text Example
White with #DC5F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F6A; }
p { color: rgb(220,95,106); }
H1.HeaderClassName
{
color: #DC5F6A;
}
.AnyTagClassName
{
color: #DC5F6A;
}
</style>
background-color css
<style>
a { background-color: #DC5F6A; }
a { background-color: rgb(220,95,106); }
div.DivClassName
{
background-color: #DC5F6A;
}
.BgClassName
{
background-color: #DC5F6A;
}
</style>
border-color css
<style>
span { border-color: #DC5F6A; }
span { border-color: rgb(220,95,106); }
td.TdClassName
{
border-color: #DC5F6A;
}
.TagClassName
{
border-color: #DC5F6A;
}
</style>