Shades of Froly #DD5D70
Tints of Froly #DD5D70
RGB
CMYK
RGB Variations
Color information
#DD5D70 (or 0xDD5D70) is known color: Froly. HEX triplet: DD, 5D and 70. RGB value is (221,93,112). Sum of RGB (Red+Green+Blue) = 221+93+112=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5D70 is #22A28F. Grayscale: #858585. Windows color (decimal): -2269840 or 7364061. OLE color: 7364061.
HSL color Cylindrical-coordinate representation of color #DD5D70: hue angle of 351.09º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5D70 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 93 | 112 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.13 |
| HSL | 351.09º | 0.65% | 0.62% | - |
| HSV(B) | 351.09º | 0.58% | 0.87% | - |
| XYZ | 36.66 | 24.37 | 18.1 | - |
| YUV | 133.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 93 | 112 | 0 | 0.58 | 0.49 | 0.13 | 351.09 | 0.65 | 0.62 |
| Hex | DD | 5D | 70 | 0 | 3A | 31 | D | 15F | 41 | 3E |
| Octal | 335 | 135 | 160 | 0 | 72 | 61 | 15 | 537 | 101 | 76 |
| Binary | 11011101 | 1011101 | 1110000 | 0 | 111010 | 110001 | 1101 | 101011111 | 1000001 | 111110 |
Color Harmonies of #DD5D70
Complementary color
Monochromatic Colors of #DD5D70
Black with #DD5D70
Text Example
Text Example
White with #DD5D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5D70; }
p { color: rgb(221,93,112); }
H1.HeaderClassName
{
color: #DD5D70;
}
.AnyTagClassName
{
color: #DD5D70;
}
</style>
background-color css
<style>
a { background-color: #DD5D70; }
a { background-color: rgb(221,93,112); }
div.DivClassName
{
background-color: #DD5D70;
}
.BgClassName
{
background-color: #DD5D70;
}
</style>
border-color css
<style>
span { border-color: #DD5D70; }
span { border-color: rgb(221,93,112); }
td.TdClassName
{
border-color: #DD5D70;
}
.TagClassName
{
border-color: #DD5D70;
}
</style>