Shades of Froly #DD606B
Tints of Froly #DD606B
RGB
CMYK
RGB Variations
Color information
#DD606B (or 0xDD606B) is known color: Froly. HEX triplet: DD, 60 and 6B. RGB value is (221,96,107). Sum of RGB (Red+Green+Blue) = 221+96+107=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD606B is #229F94. Grayscale: #868686. Windows color (decimal): -2269077 or 7037149. OLE color: 7037149.
HSL color Cylindrical-coordinate representation of color #DD606B: hue angle of 354.72º 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 #DD606B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 107 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.13 |
| HSL | 354.72º | 0.65% | 0.62% | - |
| HSV(B) | 354.72º | 0.57% | 0.87% | - |
| XYZ | 36.66 | 24.8 | 16.76 | - |
| YUV | 134.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 107 | 0 | 0.57 | 0.52 | 0.13 | 354.72 | 0.65 | 0.62 |
| Hex | DD | 60 | 6B | 0 | 39 | 34 | D | 163 | 41 | 3E |
| Octal | 335 | 140 | 153 | 0 | 71 | 64 | 15 | 543 | 101 | 76 |
| Binary | 11011101 | 1100000 | 1101011 | 0 | 111001 | 110100 | 1101 | 101100011 | 1000001 | 111110 |
Color Harmonies of #DD606B
Complementary color
Monochromatic Colors of #DD606B
Black with #DD606B
Text Example
Text Example
White with #DD606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD606B; }
p { color: rgb(221,96,107); }
H1.HeaderClassName
{
color: #DD606B;
}
.AnyTagClassName
{
color: #DD606B;
}
</style>
background-color css
<style>
a { background-color: #DD606B; }
a { background-color: rgb(221,96,107); }
div.DivClassName
{
background-color: #DD606B;
}
.BgClassName
{
background-color: #DD606B;
}
</style>
border-color css
<style>
span { border-color: #DD606B; }
span { border-color: rgb(221,96,107); }
td.TdClassName
{
border-color: #DD606B;
}
.TagClassName
{
border-color: #DD606B;
}
</style>