Shades of Froly #DD667B
Tints of Froly #DD667B
RGB
CMYK
RGB Variations
Color information
#DD667B (or 0xDD667B) is known color: Froly. HEX triplet: DD, 66 and 7B. RGB value is (221,102,123). Sum of RGB (Red+Green+Blue) = 221+102+123=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD667B is #229984. Grayscale: #8C8C8C. Windows color (decimal): -2267525 or 8087261. OLE color: 8087261.
HSL color Cylindrical-coordinate representation of color #DD667B: hue angle of 349.41º 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 #DD667B is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 123 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.13 |
| HSL | 349.41º | 0.64% | 0.63% | - |
| HSV(B) | 349.41º | 0.54% | 0.87% | - |
| XYZ | 38.15 | 26.3 | 21.81 | - |
| YUV | 139.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 123 | 0 | 0.54 | 0.44 | 0.13 | 349.41 | 0.64 | 0.63 |
| Hex | DD | 66 | 7B | 0 | 36 | 2C | D | 15D | 40 | 3F |
| Octal | 335 | 146 | 173 | 0 | 66 | 54 | 15 | 535 | 100 | 77 |
| Binary | 11011101 | 1100110 | 1111011 | 0 | 110110 | 101100 | 1101 | 101011101 | 1000000 | 111111 |
Color Harmonies of #DD667B
Complementary color
Monochromatic Colors of #DD667B
Black with #DD667B
Text Example
Text Example
White with #DD667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD667B; }
p { color: rgb(221,102,123); }
H1.HeaderClassName
{
color: #DD667B;
}
.AnyTagClassName
{
color: #DD667B;
}
</style>
background-color css
<style>
a { background-color: #DD667B; }
a { background-color: rgb(221,102,123); }
div.DivClassName
{
background-color: #DD667B;
}
.BgClassName
{
background-color: #DD667B;
}
</style>
border-color css
<style>
span { border-color: #DD667B; }
span { border-color: rgb(221,102,123); }
td.TdClassName
{
border-color: #DD667B;
}
.TagClassName
{
border-color: #DD667B;
}
</style>