Shades of Froly #DD727F
Tints of Froly #DD727F
RGB
CMYK
RGB Variations
Color information
#DD727F (or 0xDD727F) is known color: Froly. HEX triplet: DD, 72 and 7F. RGB value is (221,114,127). Sum of RGB (Red+Green+Blue) = 221+114+127=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD727F is #228D80. Grayscale: #939393. Windows color (decimal): -2264449 or 8352477. OLE color: 8352477.
HSL color Cylindrical-coordinate representation of color #DD727F: hue angle of 352.71º 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 #DD727F is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 127 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.13 |
| HSL | 352.71º | 0.61% | 0.66% | - |
| HSV(B) | 352.71º | 0.48% | 0.87% | - |
| XYZ | 39.67 | 28.94 | 23.57 | - |
| YUV | 147.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 127 | 0 | 0.48 | 0.43 | 0.13 | 352.71 | 0.61 | 0.66 |
| Hex | DD | 72 | 7F | 0 | 30 | 2B | D | 161 | 3D | 42 |
| Octal | 335 | 162 | 177 | 0 | 60 | 53 | 15 | 541 | 75 | 102 |
| Binary | 11011101 | 1110010 | 1111111 | 0 | 110000 | 101011 | 1101 | 101100001 | 111101 | 1000010 |
Color Harmonies of #DD727F
Complementary color
Monochromatic Colors of #DD727F
Black with #DD727F
Text Example
Text Example
White with #DD727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD727F; }
p { color: rgb(221,114,127); }
H1.HeaderClassName
{
color: #DD727F;
}
.AnyTagClassName
{
color: #DD727F;
}
</style>
background-color css
<style>
a { background-color: #DD727F; }
a { background-color: rgb(221,114,127); }
div.DivClassName
{
background-color: #DD727F;
}
.BgClassName
{
background-color: #DD727F;
}
</style>
border-color css
<style>
span { border-color: #DD727F; }
span { border-color: rgb(221,114,127); }
td.TdClassName
{
border-color: #DD727F;
}
.TagClassName
{
border-color: #DD727F;
}
</style>