Shades of Froly #DD727C
Tints of Froly #DD727C
RGB
CMYK
RGB Variations
Color information
#DD727C (or 0xDD727C) is known color: Froly. HEX triplet: DD, 72 and 7C. RGB value is (221,114,124). Sum of RGB (Red+Green+Blue) = 221+114+124=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD727C is #228D83. Grayscale: #939393. Windows color (decimal): -2264452 or 8155869. OLE color: 8155869.
HSL color Cylindrical-coordinate representation of color #DD727C: hue angle of 354.39º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD727C is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 124 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.13 |
| HSL | 354.39º | 0.61% | 0.66% | - |
| HSV(B) | 354.39º | 0.48% | 0.87% | - |
| XYZ | 39.47 | 28.86 | 22.56 | - |
| YUV | 147.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 124 | 0 | 0.48 | 0.44 | 0.13 | 354.39 | 0.61 | 0.66 |
| Hex | DD | 72 | 7C | 0 | 30 | 2C | D | 162 | 3D | 42 |
| Octal | 335 | 162 | 174 | 0 | 60 | 54 | 15 | 542 | 75 | 102 |
| Binary | 11011101 | 1110010 | 1111100 | 0 | 110000 | 101100 | 1101 | 101100010 | 111101 | 1000010 |
Color Harmonies of #DD727C
Complementary color
Monochromatic Colors of #DD727C
Black with #DD727C
Text Example
Text Example
White with #DD727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD727C; }
p { color: rgb(221,114,124); }
H1.HeaderClassName
{
color: #DD727C;
}
.AnyTagClassName
{
color: #DD727C;
}
</style>
background-color css
<style>
a { background-color: #DD727C; }
a { background-color: rgb(221,114,124); }
div.DivClassName
{
background-color: #DD727C;
}
.BgClassName
{
background-color: #DD727C;
}
</style>
border-color css
<style>
span { border-color: #DD727C; }
span { border-color: rgb(221,114,124); }
td.TdClassName
{
border-color: #DD727C;
}
.TagClassName
{
border-color: #DD727C;
}
</style>