Shades of Froly #DD7A7D
Tints of Froly #DD7A7D
RGB
CMYK
RGB Variations
Color information
#DD7A7D (or 0xDD7A7D) is known color: Froly. HEX triplet: DD, 7A and 7D. RGB value is (221,122,125). Sum of RGB (Red+Green+Blue) = 221+122+125=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A7D is #228582. Grayscale: #989898. Windows color (decimal): -2262403 or 8223453. OLE color: 8223453.
HSL color Cylindrical-coordinate representation of color #DD7A7D: hue angle of 358.18º 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 #DD7A7D is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 125 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.13 |
| HSL | 358.18º | 0.59% | 0.67% | - |
| HSV(B) | 358.18º | 0.45% | 0.87% | - |
| XYZ | 40.48 | 30.77 | 23.21 | - |
| YUV | 151.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 125 | 0 | 0.45 | 0.43 | 0.13 | 358.18 | 0.59 | 0.67 |
| Hex | DD | 7A | 7D | 0 | 2D | 2B | D | 166 | 3B | 43 |
| Octal | 335 | 172 | 175 | 0 | 55 | 53 | 15 | 546 | 73 | 103 |
| Binary | 11011101 | 1111010 | 1111101 | 0 | 101101 | 101011 | 1101 | 101100110 | 111011 | 1000011 |
Color Harmonies of #DD7A7D
Complementary color
Monochromatic Colors of #DD7A7D
Black with #DD7A7D
Text Example
Text Example
White with #DD7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A7D; }
p { color: rgb(221,122,125); }
H1.HeaderClassName
{
color: #DD7A7D;
}
.AnyTagClassName
{
color: #DD7A7D;
}
</style>
background-color css
<style>
a { background-color: #DD7A7D; }
a { background-color: rgb(221,122,125); }
div.DivClassName
{
background-color: #DD7A7D;
}
.BgClassName
{
background-color: #DD7A7D;
}
</style>
border-color css
<style>
span { border-color: #DD7A7D; }
span { border-color: rgb(221,122,125); }
td.TdClassName
{
border-color: #DD7A7D;
}
.TagClassName
{
border-color: #DD7A7D;
}
</style>