Shades of Froly #DD6266
Tints of Froly #DD6266
RGB
CMYK
RGB Variations
Color information
#DD6266 (or 0xDD6266) is known color: Froly. HEX triplet: DD, 62 and 66. RGB value is (221,98,102). Sum of RGB (Red+Green+Blue) = 221+98+102=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6266 is #229D99. Grayscale: #878787. Windows color (decimal): -2268570 or 6709981. OLE color: 6709981.
HSL color Cylindrical-coordinate representation of color #DD6266: hue angle of 358.05º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6266 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 98 | 102 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.13 |
| HSL | 358.05º | 0.64% | 0.63% | - |
| HSV(B) | 358.05º | 0.56% | 0.87% | - |
| XYZ | 36.58 | 25.07 | 15.48 | - |
| YUV | 135.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 98 | 102 | 0 | 0.56 | 0.54 | 0.13 | 358.05 | 0.64 | 0.63 |
| Hex | DD | 62 | 66 | 0 | 38 | 36 | D | 166 | 40 | 3F |
| Octal | 335 | 142 | 146 | 0 | 70 | 66 | 15 | 546 | 100 | 77 |
| Binary | 11011101 | 1100010 | 1100110 | 0 | 111000 | 110110 | 1101 | 101100110 | 1000000 | 111111 |
Color Harmonies of #DD6266
Complementary color
Monochromatic Colors of #DD6266
Black with #DD6266
Text Example
Text Example
White with #DD6266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6266; }
p { color: rgb(221,98,102); }
H1.HeaderClassName
{
color: #DD6266;
}
.AnyTagClassName
{
color: #DD6266;
}
</style>
background-color css
<style>
a { background-color: #DD6266; }
a { background-color: rgb(221,98,102); }
div.DivClassName
{
background-color: #DD6266;
}
.BgClassName
{
background-color: #DD6266;
}
</style>
border-color css
<style>
span { border-color: #DD6266; }
span { border-color: rgb(221,98,102); }
td.TdClassName
{
border-color: #DD6266;
}
.TagClassName
{
border-color: #DD6266;
}
</style>