Shades of Froly #DC737A
Tints of Froly #DC737A
RGB
CMYK
RGB Variations
Color information
#DC737A (or 0xDC737A) is known color: Froly. HEX triplet: DC, 73 and 7A. RGB value is (220,115,122). Sum of RGB (Red+Green+Blue) = 220+115+122=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC737A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC737A is #238C85. Grayscale: #939393. Windows color (decimal): -2329734 or 8025052. OLE color: 8025052.
HSL color Cylindrical-coordinate representation of color #DC737A: hue angle of 356º 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 #DC737A is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 122 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.14 |
| HSL | 356º | 0.6% | 0.66% | - |
| HSV(B) | 356º | 0.48% | 0.86% | - |
| XYZ | 39.16 | 28.88 | 21.92 | - |
| YUV | 147.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 122 | 0 | 0.48 | 0.45 | 0.14 | 356 | 0.6 | 0.66 |
| Hex | DC | 73 | 7A | 0 | 30 | 2D | E | 164 | 3C | 42 |
| Octal | 334 | 163 | 172 | 0 | 60 | 55 | 16 | 544 | 74 | 102 |
| Binary | 11011100 | 1110011 | 1111010 | 0 | 110000 | 101101 | 1110 | 101100100 | 111100 | 1000010 |
Color Harmonies of #DC737A
Complementary color
Monochromatic Colors of #DC737A
Black with #DC737A
Text Example
Text Example
White with #DC737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC737A; }
p { color: rgb(220,115,122); }
H1.HeaderClassName
{
color: #DC737A;
}
.AnyTagClassName
{
color: #DC737A;
}
</style>
background-color css
<style>
a { background-color: #DC737A; }
a { background-color: rgb(220,115,122); }
div.DivClassName
{
background-color: #DC737A;
}
.BgClassName
{
background-color: #DC737A;
}
</style>
border-color css
<style>
span { border-color: #DC737A; }
span { border-color: rgb(220,115,122); }
td.TdClassName
{
border-color: #DC737A;
}
.TagClassName
{
border-color: #DC737A;
}
</style>