Shades of Froly #DD636A
Tints of Froly #DD636A
RGB
CMYK
RGB Variations
Color information
#DD636A (or 0xDD636A) is known color: Froly. HEX triplet: DD, 63 and 6A. RGB value is (221,99,106). Sum of RGB (Red+Green+Blue) = 221+99+106=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD636A is #229C95. Grayscale: #888888. Windows color (decimal): -2268310 or 6972381. OLE color: 6972381.
HSL color Cylindrical-coordinate representation of color #DD636A: hue angle of 356.56º 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 #DD636A is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 106 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.13 |
| HSL | 356.56º | 0.64% | 0.63% | - |
| HSV(B) | 356.56º | 0.55% | 0.87% | - |
| XYZ | 36.88 | 25.34 | 16.58 | - |
| YUV | 136.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 106 | 0 | 0.55 | 0.52 | 0.13 | 356.56 | 0.64 | 0.63 |
| Hex | DD | 63 | 6A | 0 | 37 | 34 | D | 165 | 40 | 3F |
| Octal | 335 | 143 | 152 | 0 | 67 | 64 | 15 | 545 | 100 | 77 |
| Binary | 11011101 | 1100011 | 1101010 | 0 | 110111 | 110100 | 1101 | 101100101 | 1000000 | 111111 |
Color Harmonies of #DD636A
Complementary color
Monochromatic Colors of #DD636A
Black with #DD636A
Text Example
Text Example
White with #DD636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD636A; }
p { color: rgb(221,99,106); }
H1.HeaderClassName
{
color: #DD636A;
}
.AnyTagClassName
{
color: #DD636A;
}
</style>
background-color css
<style>
a { background-color: #DD636A; }
a { background-color: rgb(221,99,106); }
div.DivClassName
{
background-color: #DD636A;
}
.BgClassName
{
background-color: #DD636A;
}
</style>
border-color css
<style>
span { border-color: #DD636A; }
span { border-color: rgb(221,99,106); }
td.TdClassName
{
border-color: #DD636A;
}
.TagClassName
{
border-color: #DD636A;
}
</style>