Shades of Froly #DD6973
Tints of Froly #DD6973
RGB
CMYK
RGB Variations
Color information
#DD6973 (or 0xDD6973) is known color: Froly. HEX triplet: DD, 69 and 73. RGB value is (221,105,115). Sum of RGB (Red+Green+Blue) = 221+105+115=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6973 is #22968C. Grayscale: #8C8C8C. Windows color (decimal): -2266765 or 7563741. OLE color: 7563741.
HSL color Cylindrical-coordinate representation of color #DD6973: hue angle of 354.83º 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 #DD6973 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 115 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.13 |
| HSL | 354.83º | 0.63% | 0.64% | - |
| HSV(B) | 354.83º | 0.52% | 0.87% | - |
| XYZ | 37.96 | 26.71 | 19.37 | - |
| YUV | 140.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 115 | 0 | 0.52 | 0.48 | 0.13 | 354.83 | 0.63 | 0.64 |
| Hex | DD | 69 | 73 | 0 | 34 | 30 | D | 163 | 3F | 40 |
| Octal | 335 | 151 | 163 | 0 | 64 | 60 | 15 | 543 | 77 | 100 |
| Binary | 11011101 | 1101001 | 1110011 | 0 | 110100 | 110000 | 1101 | 101100011 | 111111 | 1000000 |
Color Harmonies of #DD6973
Complementary color
Monochromatic Colors of #DD6973
Black with #DD6973
Text Example
Text Example
White with #DD6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6973; }
p { color: rgb(221,105,115); }
H1.HeaderClassName
{
color: #DD6973;
}
.AnyTagClassName
{
color: #DD6973;
}
</style>
background-color css
<style>
a { background-color: #DD6973; }
a { background-color: rgb(221,105,115); }
div.DivClassName
{
background-color: #DD6973;
}
.BgClassName
{
background-color: #DD6973;
}
</style>
border-color css
<style>
span { border-color: #DD6973; }
span { border-color: rgb(221,105,115); }
td.TdClassName
{
border-color: #DD6973;
}
.TagClassName
{
border-color: #DD6973;
}
</style>