Shades of Froly #DD7078
Tints of Froly #DD7078
RGB
CMYK
RGB Variations
Color information
#DD7078 (or 0xDD7078) is known color: Froly. HEX triplet: DD, 70 and 78. RGB value is (221,112,120). Sum of RGB (Red+Green+Blue) = 221+112+120=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7078 is #228F87. Grayscale: #919191. Windows color (decimal): -2264968 or 7893213. OLE color: 7893213.
HSL color Cylindrical-coordinate representation of color #DD7078: hue angle of 355.6º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7078 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 120 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.13 |
| HSL | 355.6º | 0.62% | 0.65% | - |
| HSV(B) | 355.6º | 0.49% | 0.87% | - |
| XYZ | 39 | 28.32 | 21.18 | - |
| YUV | 145.5 | 113.61 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 120 | 0 | 0.49 | 0.46 | 0.13 | 355.6 | 0.62 | 0.65 |
| Hex | DD | 70 | 78 | 0 | 31 | 2E | D | 164 | 3E | 41 |
| Octal | 335 | 160 | 170 | 0 | 61 | 56 | 15 | 544 | 76 | 101 |
| Binary | 11011101 | 1110000 | 1111000 | 0 | 110001 | 101110 | 1101 | 101100100 | 111110 | 1000001 |
Color Harmonies of #DD7078
Complementary color
Monochromatic Colors of #DD7078
Black with #DD7078
Text Example
Text Example
White with #DD7078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7078; }
p { color: rgb(221,112,120); }
H1.HeaderClassName
{
color: #DD7078;
}
.AnyTagClassName
{
color: #DD7078;
}
</style>
background-color css
<style>
a { background-color: #DD7078; }
a { background-color: rgb(221,112,120); }
div.DivClassName
{
background-color: #DD7078;
}
.BgClassName
{
background-color: #DD7078;
}
</style>
border-color css
<style>
span { border-color: #DD7078; }
span { border-color: rgb(221,112,120); }
td.TdClassName
{
border-color: #DD7078;
}
.TagClassName
{
border-color: #DD7078;
}
</style>