Shades of Froly #DD606A
Tints of Froly #DD606A
RGB
CMYK
RGB Variations
Color information
#DD606A (or 0xDD606A) is known color: Froly. HEX triplet: DD, 60 and 6A. RGB value is (221,96,106). Sum of RGB (Red+Green+Blue) = 221+96+106=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD606A is #229F95. Grayscale: #868686. Windows color (decimal): -2269078 or 6971613. OLE color: 6971613.
HSL color Cylindrical-coordinate representation of color #DD606A: hue angle of 355.2º 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 #DD606A is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 106 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.13 |
| HSL | 355.2º | 0.65% | 0.62% | - |
| HSV(B) | 355.2º | 0.57% | 0.87% | - |
| XYZ | 36.6 | 24.78 | 16.49 | - |
| YUV | 134.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 106 | 0 | 0.57 | 0.52 | 0.13 | 355.2 | 0.65 | 0.62 |
| Hex | DD | 60 | 6A | 0 | 39 | 34 | D | 163 | 41 | 3E |
| Octal | 335 | 140 | 152 | 0 | 71 | 64 | 15 | 543 | 101 | 76 |
| Binary | 11011101 | 1100000 | 1101010 | 0 | 111001 | 110100 | 1101 | 101100011 | 1000001 | 111110 |
Color Harmonies of #DD606A
Complementary color
Monochromatic Colors of #DD606A
Black with #DD606A
Text Example
Text Example
White with #DD606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD606A; }
p { color: rgb(221,96,106); }
H1.HeaderClassName
{
color: #DD606A;
}
.AnyTagClassName
{
color: #DD606A;
}
</style>
background-color css
<style>
a { background-color: #DD606A; }
a { background-color: rgb(221,96,106); }
div.DivClassName
{
background-color: #DD606A;
}
.BgClassName
{
background-color: #DD606A;
}
</style>
border-color css
<style>
span { border-color: #DD606A; }
span { border-color: rgb(221,96,106); }
td.TdClassName
{
border-color: #DD606A;
}
.TagClassName
{
border-color: #DD606A;
}
</style>