Shades of Froly #DD757D
Tints of Froly #DD757D
RGB
CMYK
RGB Variations
Color information
#DD757D (or 0xDD757D) is known color: Froly. HEX triplet: DD, 75 and 7D. RGB value is (221,117,125). Sum of RGB (Red+Green+Blue) = 221+117+125=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD757D is #228A82. Grayscale: #959595. Windows color (decimal): -2263683 or 8222173. OLE color: 8222173.
HSL color Cylindrical-coordinate representation of color #DD757D: hue angle of 355.38º 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 #DD757D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 125 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.13 |
| HSL | 355.38º | 0.6% | 0.66% | - |
| HSV(B) | 355.38º | 0.47% | 0.87% | - |
| XYZ | 39.88 | 29.58 | 23.01 | - |
| YUV | 149.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 125 | 0 | 0.47 | 0.43 | 0.13 | 355.38 | 0.6 | 0.66 |
| Hex | DD | 75 | 7D | 0 | 2F | 2B | D | 163 | 3C | 42 |
| Octal | 335 | 165 | 175 | 0 | 57 | 53 | 15 | 543 | 74 | 102 |
| Binary | 11011101 | 1110101 | 1111101 | 0 | 101111 | 101011 | 1101 | 101100011 | 111100 | 1000010 |
Color Harmonies of #DD757D
Complementary color
Monochromatic Colors of #DD757D
Black with #DD757D
Text Example
Text Example
White with #DD757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD757D; }
p { color: rgb(221,117,125); }
H1.HeaderClassName
{
color: #DD757D;
}
.AnyTagClassName
{
color: #DD757D;
}
</style>
background-color css
<style>
a { background-color: #DD757D; }
a { background-color: rgb(221,117,125); }
div.DivClassName
{
background-color: #DD757D;
}
.BgClassName
{
background-color: #DD757D;
}
</style>
border-color css
<style>
span { border-color: #DD757D; }
span { border-color: rgb(221,117,125); }
td.TdClassName
{
border-color: #DD757D;
}
.TagClassName
{
border-color: #DD757D;
}
</style>