Shades of Froly #DD6778
Tints of Froly #DD6778
RGB
CMYK
RGB Variations
Color information
#DD6778 (or 0xDD6778) is known color: Froly. HEX triplet: DD, 67 and 78. RGB value is (221,103,120). Sum of RGB (Red+Green+Blue) = 221+103+120=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6778 is #229887. Grayscale: #8C8C8C. Windows color (decimal): -2267272 or 7890909. OLE color: 7890909.
HSL color Cylindrical-coordinate representation of color #DD6778: hue angle of 351.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6778 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 120 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.13 |
| HSL | 351.36º | 0.63% | 0.64% | - |
| HSV(B) | 351.36º | 0.53% | 0.87% | - |
| XYZ | 38.06 | 26.43 | 20.86 | - |
| YUV | 140.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 120 | 0 | 0.53 | 0.46 | 0.13 | 351.36 | 0.63 | 0.64 |
| Hex | DD | 67 | 78 | 0 | 35 | 2E | D | 15F | 3F | 40 |
| Octal | 335 | 147 | 170 | 0 | 65 | 56 | 15 | 537 | 77 | 100 |
| Binary | 11011101 | 1100111 | 1111000 | 0 | 110101 | 101110 | 1101 | 101011111 | 111111 | 1000000 |
Color Harmonies of #DD6778
Complementary color
Monochromatic Colors of #DD6778
Black with #DD6778
Text Example
Text Example
White with #DD6778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6778; }
p { color: rgb(221,103,120); }
H1.HeaderClassName
{
color: #DD6778;
}
.AnyTagClassName
{
color: #DD6778;
}
</style>
background-color css
<style>
a { background-color: #DD6778; }
a { background-color: rgb(221,103,120); }
div.DivClassName
{
background-color: #DD6778;
}
.BgClassName
{
background-color: #DD6778;
}
</style>
border-color css
<style>
span { border-color: #DD6778; }
span { border-color: rgb(221,103,120); }
td.TdClassName
{
border-color: #DD6778;
}
.TagClassName
{
border-color: #DD6778;
}
</style>