Shades of Froly #DD6A6D
Tints of Froly #DD6A6D
RGB
CMYK
RGB Variations
Color information
#DD6A6D (or 0xDD6A6D) is known color: Froly. HEX triplet: DD, 6A and 6D. RGB value is (221,106,109). Sum of RGB (Red+Green+Blue) = 221+106+109=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A6D is #229592. Grayscale: #8C8C8C. Windows color (decimal): -2266515 or 7170781. OLE color: 7170781.
HSL color Cylindrical-coordinate representation of color #DD6A6D: hue angle of 358.43º 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 #DD6A6D is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 106 | 109 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.13 |
| HSL | 358.43º | 0.63% | 0.64% | - |
| HSV(B) | 358.43º | 0.52% | 0.87% | - |
| XYZ | 37.73 | 26.78 | 17.65 | - |
| YUV | 140.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 106 | 109 | 0 | 0.52 | 0.51 | 0.13 | 358.43 | 0.63 | 0.64 |
| Hex | DD | 6A | 6D | 0 | 34 | 33 | D | 166 | 3F | 40 |
| Octal | 335 | 152 | 155 | 0 | 64 | 63 | 15 | 546 | 77 | 100 |
| Binary | 11011101 | 1101010 | 1101101 | 0 | 110100 | 110011 | 1101 | 101100110 | 111111 | 1000000 |
Color Harmonies of #DD6A6D
Complementary color
Monochromatic Colors of #DD6A6D
Black with #DD6A6D
Text Example
Text Example
White with #DD6A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6A6D; }
p { color: rgb(221,106,109); }
H1.HeaderClassName
{
color: #DD6A6D;
}
.AnyTagClassName
{
color: #DD6A6D;
}
</style>
background-color css
<style>
a { background-color: #DD6A6D; }
a { background-color: rgb(221,106,109); }
div.DivClassName
{
background-color: #DD6A6D;
}
.BgClassName
{
background-color: #DD6A6D;
}
</style>
border-color css
<style>
span { border-color: #DD6A6D; }
span { border-color: rgb(221,106,109); }
td.TdClassName
{
border-color: #DD6A6D;
}
.TagClassName
{
border-color: #DD6A6D;
}
</style>