Shades of Froly #DD757B
Tints of Froly #DD757B
RGB
CMYK
RGB Variations
Color information
#DD757B (or 0xDD757B) is known color: Froly. HEX triplet: DD, 75 and 7B. RGB value is (221,117,123). Sum of RGB (Red+Green+Blue) = 221+117+123=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD757B is #228A84. Grayscale: #949494. Windows color (decimal): -2263685 or 8091101. OLE color: 8091101.
HSL color Cylindrical-coordinate representation of color #DD757B: hue angle of 356.54º 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 #DD757B is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 123 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.13 |
| HSL | 356.54º | 0.6% | 0.66% | - |
| HSV(B) | 356.54º | 0.47% | 0.87% | - |
| XYZ | 39.76 | 29.52 | 22.34 | - |
| YUV | 148.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 123 | 0 | 0.47 | 0.44 | 0.13 | 356.54 | 0.6 | 0.66 |
| Hex | DD | 75 | 7B | 0 | 2F | 2C | D | 165 | 3C | 42 |
| Octal | 335 | 165 | 173 | 0 | 57 | 54 | 15 | 545 | 74 | 102 |
| Binary | 11011101 | 1110101 | 1111011 | 0 | 101111 | 101100 | 1101 | 101100101 | 111100 | 1000010 |
Color Harmonies of #DD757B
Complementary color
Monochromatic Colors of #DD757B
Black with #DD757B
Text Example
Text Example
White with #DD757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD757B; }
p { color: rgb(221,117,123); }
H1.HeaderClassName
{
color: #DD757B;
}
.AnyTagClassName
{
color: #DD757B;
}
</style>
background-color css
<style>
a { background-color: #DD757B; }
a { background-color: rgb(221,117,123); }
div.DivClassName
{
background-color: #DD757B;
}
.BgClassName
{
background-color: #DD757B;
}
</style>
border-color css
<style>
span { border-color: #DD757B; }
span { border-color: rgb(221,117,123); }
td.TdClassName
{
border-color: #DD757B;
}
.TagClassName
{
border-color: #DD757B;
}
</style>