Shades of Froly #DD606E
Tints of Froly #DD606E
RGB
CMYK
RGB Variations
Color information
#DD606E (or 0xDD606E) is known color: Froly. HEX triplet: DD, 60 and 6E. RGB value is (221,96,110). Sum of RGB (Red+Green+Blue) = 221+96+110=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD606E is #229F91. Grayscale: #878787. Windows color (decimal): -2269074 or 7233757. OLE color: 7233757.
HSL color Cylindrical-coordinate representation of color #DD606E: hue angle of 353.28º 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 #DD606E is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 110 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.13 |
| HSL | 353.28º | 0.65% | 0.62% | - |
| HSV(B) | 353.28º | 0.57% | 0.87% | - |
| XYZ | 36.82 | 24.86 | 17.61 | - |
| YUV | 134.97 | 113.91 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 110 | 0 | 0.57 | 0.50 | 0.13 | 353.28 | 0.65 | 0.62 |
| Hex | DD | 60 | 6E | 0 | 39 | 32 | D | 161 | 41 | 3E |
| Octal | 335 | 140 | 156 | 0 | 71 | 62 | 15 | 541 | 101 | 76 |
| Binary | 11011101 | 1100000 | 1101110 | 0 | 111001 | 110010 | 1101 | 101100001 | 1000001 | 111110 |
Color Harmonies of #DD606E
Complementary color
Monochromatic Colors of #DD606E
Black with #DD606E
Text Example
Text Example
White with #DD606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD606E; }
p { color: rgb(221,96,110); }
H1.HeaderClassName
{
color: #DD606E;
}
.AnyTagClassName
{
color: #DD606E;
}
</style>
background-color css
<style>
a { background-color: #DD606E; }
a { background-color: rgb(221,96,110); }
div.DivClassName
{
background-color: #DD606E;
}
.BgClassName
{
background-color: #DD606E;
}
</style>
border-color css
<style>
span { border-color: #DD606E; }
span { border-color: rgb(221,96,110); }
td.TdClassName
{
border-color: #DD606E;
}
.TagClassName
{
border-color: #DD606E;
}
</style>