Shades of Froly #DD666B
Tints of Froly #DD666B
RGB
CMYK
RGB Variations
Color information
#DD666B (or 0xDD666B) is known color: Froly. HEX triplet: DD, 66 and 6B. RGB value is (221,102,107). Sum of RGB (Red+Green+Blue) = 221+102+107=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD666B is #229994. Grayscale: #8A8A8A. Windows color (decimal): -2267541 or 7038685. OLE color: 7038685.
HSL color Cylindrical-coordinate representation of color #DD666B: hue angle of 357.48º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD666B is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 107 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.13 |
| HSL | 357.48º | 0.64% | 0.63% | - |
| HSV(B) | 357.48º | 0.54% | 0.87% | - |
| XYZ | 37.22 | 25.94 | 16.95 | - |
| YUV | 138.15 | 110.42 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 107 | 0 | 0.54 | 0.52 | 0.13 | 357.48 | 0.64 | 0.63 |
| Hex | DD | 66 | 6B | 0 | 36 | 34 | D | 165 | 40 | 3F |
| Octal | 335 | 146 | 153 | 0 | 66 | 64 | 15 | 545 | 100 | 77 |
| Binary | 11011101 | 1100110 | 1101011 | 0 | 110110 | 110100 | 1101 | 101100101 | 1000000 | 111111 |
Color Harmonies of #DD666B
Complementary color
Monochromatic Colors of #DD666B
Black with #DD666B
Text Example
Text Example
White with #DD666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD666B; }
p { color: rgb(221,102,107); }
H1.HeaderClassName
{
color: #DD666B;
}
.AnyTagClassName
{
color: #DD666B;
}
</style>
background-color css
<style>
a { background-color: #DD666B; }
a { background-color: rgb(221,102,107); }
div.DivClassName
{
background-color: #DD666B;
}
.BgClassName
{
background-color: #DD666B;
}
</style>
border-color css
<style>
span { border-color: #DD666B; }
span { border-color: rgb(221,102,107); }
td.TdClassName
{
border-color: #DD666B;
}
.TagClassName
{
border-color: #DD666B;
}
</style>