Shades of Froly #DD6873
Tints of Froly #DD6873
RGB
CMYK
RGB Variations
Color information
#DD6873 (or 0xDD6873) is known color: Froly. HEX triplet: DD, 68 and 73. RGB value is (221,104,115). Sum of RGB (Red+Green+Blue) = 221+104+115=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6873 is #22978C. Grayscale: #8C8C8C. Windows color (decimal): -2267021 or 7563485. OLE color: 7563485.
HSL color Cylindrical-coordinate representation of color #DD6873: hue angle of 354.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6873 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 115 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.13 |
| HSL | 354.36º | 0.63% | 0.64% | - |
| HSV(B) | 354.36º | 0.53% | 0.87% | - |
| XYZ | 37.86 | 26.51 | 19.34 | - |
| YUV | 140.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 115 | 0 | 0.53 | 0.48 | 0.13 | 354.36 | 0.63 | 0.64 |
| Hex | DD | 68 | 73 | 0 | 35 | 30 | D | 162 | 3F | 40 |
| Octal | 335 | 150 | 163 | 0 | 65 | 60 | 15 | 542 | 77 | 100 |
| Binary | 11011101 | 1101000 | 1110011 | 0 | 110101 | 110000 | 1101 | 101100010 | 111111 | 1000000 |
Color Harmonies of #DD6873
Complementary color
Monochromatic Colors of #DD6873
Black with #DD6873
Text Example
Text Example
White with #DD6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6873; }
p { color: rgb(221,104,115); }
H1.HeaderClassName
{
color: #DD6873;
}
.AnyTagClassName
{
color: #DD6873;
}
</style>
background-color css
<style>
a { background-color: #DD6873; }
a { background-color: rgb(221,104,115); }
div.DivClassName
{
background-color: #DD6873;
}
.BgClassName
{
background-color: #DD6873;
}
</style>
border-color css
<style>
span { border-color: #DD6873; }
span { border-color: rgb(221,104,115); }
td.TdClassName
{
border-color: #DD6873;
}
.TagClassName
{
border-color: #DD6873;
}
</style>