Shades of Froly #DD616B
Tints of Froly #DD616B
RGB
CMYK
RGB Variations
Color information
#DD616B (or 0xDD616B) is known color: Froly. HEX triplet: DD, 61 and 6B. RGB value is (221,97,107). Sum of RGB (Red+Green+Blue) = 221+97+107=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD616B is #229E94. Grayscale: #878787. Windows color (decimal): -2268821 or 7037405. OLE color: 7037405.
HSL color Cylindrical-coordinate representation of color #DD616B: hue angle of 355.16º 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 #DD616B is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 107 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.13 |
| HSL | 355.16º | 0.65% | 0.62% | - |
| HSV(B) | 355.16º | 0.56% | 0.87% | - |
| XYZ | 36.75 | 24.98 | 16.8 | - |
| YUV | 135.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 107 | 0 | 0.56 | 0.52 | 0.13 | 355.16 | 0.65 | 0.62 |
| Hex | DD | 61 | 6B | 0 | 38 | 34 | D | 163 | 41 | 3E |
| Octal | 335 | 141 | 153 | 0 | 70 | 64 | 15 | 543 | 101 | 76 |
| Binary | 11011101 | 1100001 | 1101011 | 0 | 111000 | 110100 | 1101 | 101100011 | 1000001 | 111110 |
Color Harmonies of #DD616B
Complementary color
Monochromatic Colors of #DD616B
Black with #DD616B
Text Example
Text Example
White with #DD616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD616B; }
p { color: rgb(221,97,107); }
H1.HeaderClassName
{
color: #DD616B;
}
.AnyTagClassName
{
color: #DD616B;
}
</style>
background-color css
<style>
a { background-color: #DD616B; }
a { background-color: rgb(221,97,107); }
div.DivClassName
{
background-color: #DD616B;
}
.BgClassName
{
background-color: #DD616B;
}
</style>
border-color css
<style>
span { border-color: #DD616B; }
span { border-color: rgb(221,97,107); }
td.TdClassName
{
border-color: #DD616B;
}
.TagClassName
{
border-color: #DD616B;
}
</style>