Shades of Froly #DD767B
Tints of Froly #DD767B
RGB
CMYK
RGB Variations
Color information
#DD767B (or 0xDD767B) is known color: Froly. HEX triplet: DD, 76 and 7B. RGB value is (221,118,123). Sum of RGB (Red+Green+Blue) = 221+118+123=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 123 (48.44% from 255 or 26.62% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD767B is #228984. Grayscale: #959595. Windows color (decimal): -2263429 or 8091357. OLE color: 8091357.
HSL color Cylindrical-coordinate representation of color #DD767B: hue angle of 357.09º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD767B is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 123 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.13 |
| HSL | 357.09º | 0.6% | 0.66% | - |
| HSV(B) | 357.09º | 0.47% | 0.87% | - |
| XYZ | 39.87 | 29.76 | 22.38 | - |
| YUV | 149.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 123 | 0 | 0.47 | 0.44 | 0.13 | 357.09 | 0.6 | 0.66 |
| Hex | DD | 76 | 7B | 0 | 2F | 2C | D | 165 | 3C | 42 |
| Octal | 335 | 166 | 173 | 0 | 57 | 54 | 15 | 545 | 74 | 102 |
| Binary | 11011101 | 1110110 | 1111011 | 0 | 101111 | 101100 | 1101 | 101100101 | 111100 | 1000010 |
Color Harmonies of #DD767B
Complementary color
Monochromatic Colors of #DD767B
Black with #DD767B
Text Example
Text Example
White with #DD767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD767B; }
p { color: rgb(221,118,123); }
H1.HeaderClassName
{
color: #DD767B;
}
.AnyTagClassName
{
color: #DD767B;
}
</style>
background-color css
<style>
a { background-color: #DD767B; }
a { background-color: rgb(221,118,123); }
div.DivClassName
{
background-color: #DD767B;
}
.BgClassName
{
background-color: #DD767B;
}
</style>
border-color css
<style>
span { border-color: #DD767B; }
span { border-color: rgb(221,118,123); }
td.TdClassName
{
border-color: #DD767B;
}
.TagClassName
{
border-color: #DD767B;
}
</style>