Shades of Froly #DD646B
Tints of Froly #DD646B
RGB
CMYK
RGB Variations
Color information
#DD646B (or 0xDD646B) is known color: Froly. HEX triplet: DD, 64 and 6B. RGB value is (221,100,107). Sum of RGB (Red+Green+Blue) = 221+100+107=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD646B is #229B94. Grayscale: #898989. Windows color (decimal): -2268053 or 7038173. OLE color: 7038173.
HSL color Cylindrical-coordinate representation of color #DD646B: hue angle of 356.53º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD646B is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 100 | 107 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.13 |
| HSL | 356.53º | 0.64% | 0.63% | - |
| HSV(B) | 356.53º | 0.55% | 0.87% | - |
| XYZ | 37.03 | 25.55 | 16.89 | - |
| YUV | 136.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 107 | 0 | 0.55 | 0.52 | 0.13 | 356.53 | 0.64 | 0.63 |
| Hex | DD | 64 | 6B | 0 | 37 | 34 | D | 165 | 40 | 3F |
| Octal | 335 | 144 | 153 | 0 | 67 | 64 | 15 | 545 | 100 | 77 |
| Binary | 11011101 | 1100100 | 1101011 | 0 | 110111 | 110100 | 1101 | 101100101 | 1000000 | 111111 |
Color Harmonies of #DD646B
Complementary color
Monochromatic Colors of #DD646B
Black with #DD646B
Text Example
Text Example
White with #DD646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD646B; }
p { color: rgb(221,100,107); }
H1.HeaderClassName
{
color: #DD646B;
}
.AnyTagClassName
{
color: #DD646B;
}
</style>
background-color css
<style>
a { background-color: #DD646B; }
a { background-color: rgb(221,100,107); }
div.DivClassName
{
background-color: #DD646B;
}
.BgClassName
{
background-color: #DD646B;
}
</style>
border-color css
<style>
span { border-color: #DD646B; }
span { border-color: rgb(221,100,107); }
td.TdClassName
{
border-color: #DD646B;
}
.TagClassName
{
border-color: #DD646B;
}
</style>