Shades of Froly #DD7A7B
Tints of Froly #DD7A7B
RGB
CMYK
RGB Variations
Color information
#DD7A7B (or 0xDD7A7B) is known color: Froly. HEX triplet: DD, 7A and 7B. RGB value is (221,122,123). Sum of RGB (Red+Green+Blue) = 221+122+123=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A7B is #228584. Grayscale: #979797. Windows color (decimal): -2262405 or 8092381. OLE color: 8092381.
HSL color Cylindrical-coordinate representation of color #DD7A7B: hue angle of 359.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7A7B is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 123 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.13 |
| HSL | 359.39º | 0.59% | 0.67% | - |
| HSV(B) | 359.39º | 0.45% | 0.87% | - |
| XYZ | 40.35 | 30.72 | 22.54 | - |
| YUV | 151.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 123 | 0 | 0.45 | 0.44 | 0.13 | 359.39 | 0.59 | 0.67 |
| Hex | DD | 7A | 7B | 0 | 2D | 2C | D | 167 | 3B | 43 |
| Octal | 335 | 172 | 173 | 0 | 55 | 54 | 15 | 547 | 73 | 103 |
| Binary | 11011101 | 1111010 | 1111011 | 0 | 101101 | 101100 | 1101 | 101100111 | 111011 | 1000011 |
Color Harmonies of #DD7A7B
Complementary color
Monochromatic Colors of #DD7A7B
Black with #DD7A7B
Text Example
Text Example
White with #DD7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A7B; }
p { color: rgb(221,122,123); }
H1.HeaderClassName
{
color: #DD7A7B;
}
.AnyTagClassName
{
color: #DD7A7B;
}
</style>
background-color css
<style>
a { background-color: #DD7A7B; }
a { background-color: rgb(221,122,123); }
div.DivClassName
{
background-color: #DD7A7B;
}
.BgClassName
{
background-color: #DD7A7B;
}
</style>
border-color css
<style>
span { border-color: #DD7A7B; }
span { border-color: rgb(221,122,123); }
td.TdClassName
{
border-color: #DD7A7B;
}
.TagClassName
{
border-color: #DD7A7B;
}
</style>