Shades of Froly #DD6974
Tints of Froly #DD6974
RGB
CMYK
RGB Variations
Color information
#DD6974 (or 0xDD6974) is known color: Froly. HEX triplet: DD, 69 and 74. RGB value is (221,105,116). Sum of RGB (Red+Green+Blue) = 221+105+116=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6974 is #22968B. Grayscale: #8D8D8D. Windows color (decimal): -2266764 or 7629277. OLE color: 7629277.
HSL color Cylindrical-coordinate representation of color #DD6974: hue angle of 354.31º 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 #DD6974 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 116 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.13 |
| HSL | 354.31º | 0.63% | 0.64% | - |
| HSV(B) | 354.31º | 0.52% | 0.87% | - |
| XYZ | 38.02 | 26.74 | 19.68 | - |
| YUV | 140.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 116 | 0 | 0.52 | 0.48 | 0.13 | 354.31 | 0.63 | 0.64 |
| Hex | DD | 69 | 74 | 0 | 34 | 30 | D | 162 | 3F | 40 |
| Octal | 335 | 151 | 164 | 0 | 64 | 60 | 15 | 542 | 77 | 100 |
| Binary | 11011101 | 1101001 | 1110100 | 0 | 110100 | 110000 | 1101 | 101100010 | 111111 | 1000000 |
Color Harmonies of #DD6974
Complementary color
Monochromatic Colors of #DD6974
Black with #DD6974
Text Example
Text Example
White with #DD6974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6974; }
p { color: rgb(221,105,116); }
H1.HeaderClassName
{
color: #DD6974;
}
.AnyTagClassName
{
color: #DD6974;
}
</style>
background-color css
<style>
a { background-color: #DD6974; }
a { background-color: rgb(221,105,116); }
div.DivClassName
{
background-color: #DD6974;
}
.BgClassName
{
background-color: #DD6974;
}
</style>
border-color css
<style>
span { border-color: #DD6974; }
span { border-color: rgb(221,105,116); }
td.TdClassName
{
border-color: #DD6974;
}
.TagClassName
{
border-color: #DD6974;
}
</style>