Shades of Froly #DD6070
Tints of Froly #DD6070
RGB
CMYK
RGB Variations
Color information
#DD6070 (or 0xDD6070) is known color: Froly. HEX triplet: DD, 60 and 70. RGB value is (221,96,112). Sum of RGB (Red+Green+Blue) = 221+96+112=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6070 is #229F8F. Grayscale: #878787. Windows color (decimal): -2269072 or 7364829. OLE color: 7364829.
HSL color Cylindrical-coordinate representation of color #DD6070: hue angle of 352.32º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6070 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 112 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.13 |
| HSL | 352.32º | 0.65% | 0.62% | - |
| HSV(B) | 352.32º | 0.57% | 0.87% | - |
| XYZ | 36.93 | 24.91 | 18.19 | - |
| YUV | 135.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 112 | 0 | 0.57 | 0.49 | 0.13 | 352.32 | 0.65 | 0.62 |
| Hex | DD | 60 | 70 | 0 | 39 | 31 | D | 160 | 41 | 3E |
| Octal | 335 | 140 | 160 | 0 | 71 | 61 | 15 | 540 | 101 | 76 |
| Binary | 11011101 | 1100000 | 1110000 | 0 | 111001 | 110001 | 1101 | 101100000 | 1000001 | 111110 |
Color Harmonies of #DD6070
Complementary color
Monochromatic Colors of #DD6070
Black with #DD6070
Text Example
Text Example
White with #DD6070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6070; }
p { color: rgb(221,96,112); }
H1.HeaderClassName
{
color: #DD6070;
}
.AnyTagClassName
{
color: #DD6070;
}
</style>
background-color css
<style>
a { background-color: #DD6070; }
a { background-color: rgb(221,96,112); }
div.DivClassName
{
background-color: #DD6070;
}
.BgClassName
{
background-color: #DD6070;
}
</style>
border-color css
<style>
span { border-color: #DD6070; }
span { border-color: rgb(221,96,112); }
td.TdClassName
{
border-color: #DD6070;
}
.TagClassName
{
border-color: #DD6070;
}
</style>