Shades of Froly #DD616A
Tints of Froly #DD616A
RGB
CMYK
RGB Variations
Color information
#DD616A (or 0xDD616A) is known color: Froly. HEX triplet: DD, 61 and 6A. RGB value is (221,97,106). Sum of RGB (Red+Green+Blue) = 221+97+106=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD616A is #229E95. Grayscale: #878787. Windows color (decimal): -2268822 or 6971869. OLE color: 6971869.
HSL color Cylindrical-coordinate representation of color #DD616A: hue angle of 355.65º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD616A is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 106 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.13 |
| HSL | 355.65º | 0.65% | 0.62% | - |
| HSV(B) | 355.65º | 0.56% | 0.87% | - |
| XYZ | 36.7 | 24.96 | 16.52 | - |
| YUV | 135.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 106 | 0 | 0.56 | 0.52 | 0.13 | 355.65 | 0.65 | 0.62 |
| Hex | DD | 61 | 6A | 0 | 38 | 34 | D | 164 | 41 | 3E |
| Octal | 335 | 141 | 152 | 0 | 70 | 64 | 15 | 544 | 101 | 76 |
| Binary | 11011101 | 1100001 | 1101010 | 0 | 111000 | 110100 | 1101 | 101100100 | 1000001 | 111110 |
Color Harmonies of #DD616A
Complementary color
Monochromatic Colors of #DD616A
Black with #DD616A
Text Example
Text Example
White with #DD616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD616A; }
p { color: rgb(221,97,106); }
H1.HeaderClassName
{
color: #DD616A;
}
.AnyTagClassName
{
color: #DD616A;
}
</style>
background-color css
<style>
a { background-color: #DD616A; }
a { background-color: rgb(221,97,106); }
div.DivClassName
{
background-color: #DD616A;
}
.BgClassName
{
background-color: #DD616A;
}
</style>
border-color css
<style>
span { border-color: #DD616A; }
span { border-color: rgb(221,97,106); }
td.TdClassName
{
border-color: #DD616A;
}
.TagClassName
{
border-color: #DD616A;
}
</style>