Shades of Froly #DD6775
Tints of Froly #DD6775
RGB
CMYK
RGB Variations
Color information
#DD6775 (or 0xDD6775) is known color: Froly. HEX triplet: DD, 67 and 75. RGB value is (221,103,117). Sum of RGB (Red+Green+Blue) = 221+103+117=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6775 is #22988A. Grayscale: #8B8B8B. Windows color (decimal): -2267275 or 7694301. OLE color: 7694301.
HSL color Cylindrical-coordinate representation of color #DD6775: hue angle of 352.88º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6775 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 117 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.13 |
| HSL | 352.88º | 0.63% | 0.64% | - |
| HSV(B) | 352.88º | 0.53% | 0.87% | - |
| XYZ | 37.88 | 26.36 | 19.92 | - |
| YUV | 139.88 | 115.09 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 117 | 0 | 0.53 | 0.47 | 0.13 | 352.88 | 0.63 | 0.64 |
| Hex | DD | 67 | 75 | 0 | 35 | 2F | D | 161 | 3F | 40 |
| Octal | 335 | 147 | 165 | 0 | 65 | 57 | 15 | 541 | 77 | 100 |
| Binary | 11011101 | 1100111 | 1110101 | 0 | 110101 | 101111 | 1101 | 101100001 | 111111 | 1000000 |
Color Harmonies of #DD6775
Complementary color
Monochromatic Colors of #DD6775
Black with #DD6775
Text Example
Text Example
White with #DD6775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6775; }
p { color: rgb(221,103,117); }
H1.HeaderClassName
{
color: #DD6775;
}
.AnyTagClassName
{
color: #DD6775;
}
</style>
background-color css
<style>
a { background-color: #DD6775; }
a { background-color: rgb(221,103,117); }
div.DivClassName
{
background-color: #DD6775;
}
.BgClassName
{
background-color: #DD6775;
}
</style>
border-color css
<style>
span { border-color: #DD6775; }
span { border-color: rgb(221,103,117); }
td.TdClassName
{
border-color: #DD6775;
}
.TagClassName
{
border-color: #DD6775;
}
</style>