Shades of Froly #DD6B72
Tints of Froly #DD6B72
RGB
CMYK
RGB Variations
Color information
#DD6B72 (or 0xDD6B72) is known color: Froly. HEX triplet: DD, 6B and 72. RGB value is (221,107,114). Sum of RGB (Red+Green+Blue) = 221+107+114=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B72 is #22948D. Grayscale: #8D8D8D. Windows color (decimal): -2266254 or 7498717. OLE color: 7498717.
HSL color Cylindrical-coordinate representation of color #DD6B72: hue angle of 356.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6B72 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 114 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.13 |
| HSL | 356.32º | 0.63% | 0.64% | - |
| HSV(B) | 356.32º | 0.52% | 0.87% | - |
| XYZ | 38.11 | 27.1 | 19.14 | - |
| YUV | 141.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 114 | 0 | 0.52 | 0.48 | 0.13 | 356.32 | 0.63 | 0.64 |
| Hex | DD | 6B | 72 | 0 | 34 | 30 | D | 164 | 3F | 40 |
| Octal | 335 | 153 | 162 | 0 | 64 | 60 | 15 | 544 | 77 | 100 |
| Binary | 11011101 | 1101011 | 1110010 | 0 | 110100 | 110000 | 1101 | 101100100 | 111111 | 1000000 |
Color Harmonies of #DD6B72
Complementary color
Monochromatic Colors of #DD6B72
Black with #DD6B72
Text Example
Text Example
White with #DD6B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B72; }
p { color: rgb(221,107,114); }
H1.HeaderClassName
{
color: #DD6B72;
}
.AnyTagClassName
{
color: #DD6B72;
}
</style>
background-color css
<style>
a { background-color: #DD6B72; }
a { background-color: rgb(221,107,114); }
div.DivClassName
{
background-color: #DD6B72;
}
.BgClassName
{
background-color: #DD6B72;
}
</style>
border-color css
<style>
span { border-color: #DD6B72; }
span { border-color: rgb(221,107,114); }
td.TdClassName
{
border-color: #DD6B72;
}
.TagClassName
{
border-color: #DD6B72;
}
</style>