Shades of Froly #DD6B7C
Tints of Froly #DD6B7C
RGB
CMYK
RGB Variations
Color information
#DD6B7C (or 0xDD6B7C) is known color: Froly. HEX triplet: DD, 6B and 7C. RGB value is (221,107,124). Sum of RGB (Red+Green+Blue) = 221+107+124=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B7C is #229483. Grayscale: #8F8F8F. Windows color (decimal): -2266244 or 8154077. OLE color: 8154077.
HSL color Cylindrical-coordinate representation of color #DD6B7C: hue angle of 351.05º 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 #DD6B7C is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 124 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.13 |
| HSL | 351.05º | 0.63% | 0.64% | - |
| HSV(B) | 351.05º | 0.52% | 0.87% | - |
| XYZ | 38.71 | 27.34 | 22.31 | - |
| YUV | 143.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 124 | 0 | 0.52 | 0.44 | 0.13 | 351.05 | 0.63 | 0.64 |
| Hex | DD | 6B | 7C | 0 | 34 | 2C | D | 15F | 3F | 40 |
| Octal | 335 | 153 | 174 | 0 | 64 | 54 | 15 | 537 | 77 | 100 |
| Binary | 11011101 | 1101011 | 1111100 | 0 | 110100 | 101100 | 1101 | 101011111 | 111111 | 1000000 |
Color Harmonies of #DD6B7C
Complementary color
Monochromatic Colors of #DD6B7C
Black with #DD6B7C
Text Example
Text Example
White with #DD6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B7C; }
p { color: rgb(221,107,124); }
H1.HeaderClassName
{
color: #DD6B7C;
}
.AnyTagClassName
{
color: #DD6B7C;
}
</style>
background-color css
<style>
a { background-color: #DD6B7C; }
a { background-color: rgb(221,107,124); }
div.DivClassName
{
background-color: #DD6B7C;
}
.BgClassName
{
background-color: #DD6B7C;
}
</style>
border-color css
<style>
span { border-color: #DD6B7C; }
span { border-color: rgb(221,107,124); }
td.TdClassName
{
border-color: #DD6B7C;
}
.TagClassName
{
border-color: #DD6B7C;
}
</style>