Shades of Froly #DC737E
Tints of Froly #DC737E
RGB
CMYK
RGB Variations
Color information
#DC737E (or 0xDC737E) is known color: Froly. HEX triplet: DC, 73 and 7E. RGB value is (220,115,126). Sum of RGB (Red+Green+Blue) = 220+115+126=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC737E is #238C81. Grayscale: #939393. Windows color (decimal): -2329730 or 8287196. OLE color: 8287196.
HSL color Cylindrical-coordinate representation of color #DC737E: hue angle of 353.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC737E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 126 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.14 |
| HSL | 353.71º | 0.6% | 0.66% | - |
| HSV(B) | 353.71º | 0.48% | 0.86% | - |
| XYZ | 39.41 | 28.98 | 23.26 | - |
| YUV | 147.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 126 | 0 | 0.48 | 0.43 | 0.14 | 353.71 | 0.6 | 0.66 |
| Hex | DC | 73 | 7E | 0 | 30 | 2B | E | 162 | 3C | 42 |
| Octal | 334 | 163 | 176 | 0 | 60 | 53 | 16 | 542 | 74 | 102 |
| Binary | 11011100 | 1110011 | 1111110 | 0 | 110000 | 101011 | 1110 | 101100010 | 111100 | 1000010 |
Color Harmonies of #DC737E
Complementary color
Monochromatic Colors of #DC737E
Black with #DC737E
Text Example
Text Example
White with #DC737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC737E; }
p { color: rgb(220,115,126); }
H1.HeaderClassName
{
color: #DC737E;
}
.AnyTagClassName
{
color: #DC737E;
}
</style>
background-color css
<style>
a { background-color: #DC737E; }
a { background-color: rgb(220,115,126); }
div.DivClassName
{
background-color: #DC737E;
}
.BgClassName
{
background-color: #DC737E;
}
</style>
border-color css
<style>
span { border-color: #DC737E; }
span { border-color: rgb(220,115,126); }
td.TdClassName
{
border-color: #DC737E;
}
.TagClassName
{
border-color: #DC737E;
}
</style>