Shades of Froly #DD6A75
Tints of Froly #DD6A75
RGB
CMYK
RGB Variations
Color information
#DD6A75 (or 0xDD6A75) is known color: Froly. HEX triplet: DD, 6A and 75. RGB value is (221,106,117). Sum of RGB (Red+Green+Blue) = 221+106+117=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A75 is #22958A. Grayscale: #8D8D8D. Windows color (decimal): -2266507 or 7695069. OLE color: 7695069.
HSL color Cylindrical-coordinate representation of color #DD6A75: hue angle of 354.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6A75 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 117 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.13 |
| HSL | 354.26º | 0.63% | 0.64% | - |
| HSV(B) | 354.26º | 0.52% | 0.87% | - |
| XYZ | 38.18 | 26.96 | 20.02 | - |
| YUV | 141.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 117 | 0 | 0.52 | 0.47 | 0.13 | 354.26 | 0.63 | 0.64 |
| Hex | DD | 6A | 75 | 0 | 34 | 2F | D | 162 | 3F | 40 |
| Octal | 335 | 152 | 165 | 0 | 64 | 57 | 15 | 542 | 77 | 100 |
| Binary | 11011101 | 1101010 | 1110101 | 0 | 110100 | 101111 | 1101 | 101100010 | 111111 | 1000000 |
Color Harmonies of #DD6A75
Complementary color
Monochromatic Colors of #DD6A75
Black with #DD6A75
Text Example
Text Example
White with #DD6A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A75; }
p { color: rgb(221,106,117); }
H1.HeaderClassName
{
color: #DD6A75;
}
.AnyTagClassName
{
color: #DD6A75;
}
</style>
background-color css
<style>
a { background-color: #DD6A75; }
a { background-color: rgb(221,106,117); }
div.DivClassName
{
background-color: #DD6A75;
}
.BgClassName
{
background-color: #DD6A75;
}
</style>
border-color css
<style>
span { border-color: #DD6A75; }
span { border-color: rgb(221,106,117); }
td.TdClassName
{
border-color: #DD6A75;
}
.TagClassName
{
border-color: #DD6A75;
}
</style>