Shades of Froly #DD6B7B
Tints of Froly #DD6B7B
RGB
CMYK
RGB Variations
Color information
#DD6B7B (or 0xDD6B7B) is known color: Froly. HEX triplet: DD, 6B and 7B. RGB value is (221,107,123). Sum of RGB (Red+Green+Blue) = 221+107+123=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B7B is #229484. Grayscale: #8E8E8E. Windows color (decimal): -2266245 or 8088541. OLE color: 8088541.
HSL color Cylindrical-coordinate representation of color #DD6B7B: hue angle of 351.58º 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 #DD6B7B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 123 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.13 |
| HSL | 351.58º | 0.63% | 0.64% | - |
| HSV(B) | 351.58º | 0.52% | 0.87% | - |
| XYZ | 38.65 | 27.32 | 21.97 | - |
| YUV | 142.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 123 | 0 | 0.52 | 0.44 | 0.13 | 351.58 | 0.63 | 0.64 |
| Hex | DD | 6B | 7B | 0 | 34 | 2C | D | 160 | 3F | 40 |
| Octal | 335 | 153 | 173 | 0 | 64 | 54 | 15 | 540 | 77 | 100 |
| Binary | 11011101 | 1101011 | 1111011 | 0 | 110100 | 101100 | 1101 | 101100000 | 111111 | 1000000 |
Color Harmonies of #DD6B7B
Complementary color
Monochromatic Colors of #DD6B7B
Black with #DD6B7B
Text Example
Text Example
White with #DD6B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B7B; }
p { color: rgb(221,107,123); }
H1.HeaderClassName
{
color: #DD6B7B;
}
.AnyTagClassName
{
color: #DD6B7B;
}
</style>
background-color css
<style>
a { background-color: #DD6B7B; }
a { background-color: rgb(221,107,123); }
div.DivClassName
{
background-color: #DD6B7B;
}
.BgClassName
{
background-color: #DD6B7B;
}
</style>
border-color css
<style>
span { border-color: #DD6B7B; }
span { border-color: rgb(221,107,123); }
td.TdClassName
{
border-color: #DD6B7B;
}
.TagClassName
{
border-color: #DD6B7B;
}
</style>