Shades of Froly #DD737B
Tints of Froly #DD737B
RGB
CMYK
RGB Variations
Color information
#DD737B (or 0xDD737B) is known color: Froly. HEX triplet: DD, 73 and 7B. RGB value is (221,115,123). Sum of RGB (Red+Green+Blue) = 221+115+123=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD737B is #228C84. Grayscale: #939393. Windows color (decimal): -2264197 or 8090589. OLE color: 8090589.
HSL color Cylindrical-coordinate representation of color #DD737B: hue angle of 355.47º 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 #DD737B is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 123 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.13 |
| HSL | 355.47º | 0.61% | 0.66% | - |
| HSV(B) | 355.47º | 0.48% | 0.87% | - |
| XYZ | 39.52 | 29.06 | 22.27 | - |
| YUV | 147.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 123 | 0 | 0.48 | 0.44 | 0.13 | 355.47 | 0.61 | 0.66 |
| Hex | DD | 73 | 7B | 0 | 30 | 2C | D | 163 | 3D | 42 |
| Octal | 335 | 163 | 173 | 0 | 60 | 54 | 15 | 543 | 75 | 102 |
| Binary | 11011101 | 1110011 | 1111011 | 0 | 110000 | 101100 | 1101 | 101100011 | 111101 | 1000010 |
Color Harmonies of #DD737B
Complementary color
Monochromatic Colors of #DD737B
Black with #DD737B
Text Example
Text Example
White with #DD737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD737B; }
p { color: rgb(221,115,123); }
H1.HeaderClassName
{
color: #DD737B;
}
.AnyTagClassName
{
color: #DD737B;
}
</style>
background-color css
<style>
a { background-color: #DD737B; }
a { background-color: rgb(221,115,123); }
div.DivClassName
{
background-color: #DD737B;
}
.BgClassName
{
background-color: #DD737B;
}
</style>
border-color css
<style>
span { border-color: #DD737B; }
span { border-color: rgb(221,115,123); }
td.TdClassName
{
border-color: #DD737B;
}
.TagClassName
{
border-color: #DD737B;
}
</style>