Shades of Froly #DC737D
Tints of Froly #DC737D
RGB
CMYK
RGB Variations
Color information
#DC737D (or 0xDC737D) is known color: Froly. HEX triplet: DC, 73 and 7D. RGB value is (220,115,125). Sum of RGB (Red+Green+Blue) = 220+115+125=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC737D is #238C82. Grayscale: #939393. Windows color (decimal): -2329731 or 8221660. OLE color: 8221660.
HSL color Cylindrical-coordinate representation of color #DC737D: hue angle of 354.29º 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 #DC737D is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 125 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.14 |
| HSL | 354.29º | 0.6% | 0.66% | - |
| HSV(B) | 354.29º | 0.48% | 0.86% | - |
| XYZ | 39.35 | 28.96 | 22.92 | - |
| YUV | 147.54 | 115.29 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 125 | 0 | 0.48 | 0.43 | 0.14 | 354.29 | 0.6 | 0.66 |
| Hex | DC | 73 | 7D | 0 | 30 | 2B | E | 162 | 3C | 42 |
| Octal | 334 | 163 | 175 | 0 | 60 | 53 | 16 | 542 | 74 | 102 |
| Binary | 11011100 | 1110011 | 1111101 | 0 | 110000 | 101011 | 1110 | 101100010 | 111100 | 1000010 |
Color Harmonies of #DC737D
Complementary color
Monochromatic Colors of #DC737D
Black with #DC737D
Text Example
Text Example
White with #DC737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC737D; }
p { color: rgb(220,115,125); }
H1.HeaderClassName
{
color: #DC737D;
}
.AnyTagClassName
{
color: #DC737D;
}
</style>
background-color css
<style>
a { background-color: #DC737D; }
a { background-color: rgb(220,115,125); }
div.DivClassName
{
background-color: #DC737D;
}
.BgClassName
{
background-color: #DC737D;
}
</style>
border-color css
<style>
span { border-color: #DC737D; }
span { border-color: rgb(220,115,125); }
td.TdClassName
{
border-color: #DC737D;
}
.TagClassName
{
border-color: #DC737D;
}
</style>