Shades of Froly #DD727E
Tints of Froly #DD727E
RGB
CMYK
RGB Variations
Color information
#DD727E (or 0xDD727E) is known color: Froly. HEX triplet: DD, 72 and 7E. RGB value is (221,114,126). Sum of RGB (Red+Green+Blue) = 221+114+126=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD727E is #228D81. Grayscale: #939393. Windows color (decimal): -2264450 or 8286941. OLE color: 8286941.
HSL color Cylindrical-coordinate representation of color #DD727E: hue angle of 353.27º 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 #DD727E is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 126 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.13 |
| HSL | 353.27º | 0.61% | 0.66% | - |
| HSV(B) | 353.27º | 0.48% | 0.87% | - |
| XYZ | 39.6 | 28.91 | 23.23 | - |
| YUV | 147.36 | 115.95 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 126 | 0 | 0.48 | 0.43 | 0.13 | 353.27 | 0.61 | 0.66 |
| Hex | DD | 72 | 7E | 0 | 30 | 2B | D | 161 | 3D | 42 |
| Octal | 335 | 162 | 176 | 0 | 60 | 53 | 15 | 541 | 75 | 102 |
| Binary | 11011101 | 1110010 | 1111110 | 0 | 110000 | 101011 | 1101 | 101100001 | 111101 | 1000010 |
Color Harmonies of #DD727E
Complementary color
Monochromatic Colors of #DD727E
Black with #DD727E
Text Example
Text Example
White with #DD727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD727E; }
p { color: rgb(221,114,126); }
H1.HeaderClassName
{
color: #DD727E;
}
.AnyTagClassName
{
color: #DD727E;
}
</style>
background-color css
<style>
a { background-color: #DD727E; }
a { background-color: rgb(221,114,126); }
div.DivClassName
{
background-color: #DD727E;
}
.BgClassName
{
background-color: #DD727E;
}
</style>
border-color css
<style>
span { border-color: #DD727E; }
span { border-color: rgb(221,114,126); }
td.TdClassName
{
border-color: #DD727E;
}
.TagClassName
{
border-color: #DD727E;
}
</style>