Shades of Froly #DD6F7E
Tints of Froly #DD6F7E
RGB
CMYK
RGB Variations
Color information
#DD6F7E (or 0xDD6F7E) is known color: Froly. HEX triplet: DD, 6F and 7E. RGB value is (221,111,126). Sum of RGB (Red+Green+Blue) = 221+111+126=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6F7E is #229081. Grayscale: #919191. Windows color (decimal): -2265218 or 8286173. OLE color: 8286173.
HSL color Cylindrical-coordinate representation of color #DD6F7E: hue angle of 351.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6F7E is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 126 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.13 |
| HSL | 351.82º | 0.62% | 0.65% | - |
| HSV(B) | 351.82º | 0.5% | 0.87% | - |
| XYZ | 39.27 | 28.25 | 23.12 | - |
| YUV | 145.6 | 116.94 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 126 | 0 | 0.50 | 0.43 | 0.13 | 351.82 | 0.62 | 0.65 |
| Hex | DD | 6F | 7E | 0 | 32 | 2B | D | 160 | 3E | 41 |
| Octal | 335 | 157 | 176 | 0 | 62 | 53 | 15 | 540 | 76 | 101 |
| Binary | 11011101 | 1101111 | 1111110 | 0 | 110010 | 101011 | 1101 | 101100000 | 111110 | 1000001 |
Color Harmonies of #DD6F7E
Complementary color
Monochromatic Colors of #DD6F7E
Black with #DD6F7E
Text Example
Text Example
White with #DD6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F7E; }
p { color: rgb(221,111,126); }
H1.HeaderClassName
{
color: #DD6F7E;
}
.AnyTagClassName
{
color: #DD6F7E;
}
</style>
background-color css
<style>
a { background-color: #DD6F7E; }
a { background-color: rgb(221,111,126); }
div.DivClassName
{
background-color: #DD6F7E;
}
.BgClassName
{
background-color: #DD6F7E;
}
</style>
border-color css
<style>
span { border-color: #DD6F7E; }
span { border-color: rgb(221,111,126); }
td.TdClassName
{
border-color: #DD6F7E;
}
.TagClassName
{
border-color: #DD6F7E;
}
</style>