Shades of Froly #D6636B
Tints of Froly #D6636B
RGB
CMYK
RGB Variations
Color information
#D6636B (or 0xD6636B) is known color: Froly. HEX triplet: D6, 63 and 6B. RGB value is (214,99,107). Sum of RGB (Red+Green+Blue) = 214+99+107=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6636B is #299C94. Grayscale: #868686. Windows color (decimal): -2727061 or 7037910. OLE color: 7037910.
HSL color Cylindrical-coordinate representation of color #D6636B: hue angle of 355.83º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6636B is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 107 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.16 |
| HSL | 355.83º | 0.58% | 0.61% | - |
| HSV(B) | 355.83º | 0.54% | 0.84% | - |
| XYZ | 34.85 | 24.28 | 16.76 | - |
| YUV | 134.3 | 112.6 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 107 | 0 | 0.54 | 0.50 | 0.16 | 355.83 | 0.58 | 0.61 |
| Hex | D6 | 63 | 6B | 0 | 36 | 32 | 10 | 164 | 3A | 3D |
| Octal | 326 | 143 | 153 | 0 | 66 | 62 | 20 | 544 | 72 | 75 |
| Binary | 11010110 | 1100011 | 1101011 | 0 | 110110 | 110010 | 10000 | 101100100 | 111010 | 111101 |
Color Harmonies of #D6636B
Complementary color
Monochromatic Colors of #D6636B
Black with #D6636B
Text Example
Text Example
White with #D6636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6636B; }
p { color: rgb(214,99,107); }
H1.HeaderClassName
{
color: #D6636B;
}
.AnyTagClassName
{
color: #D6636B;
}
</style>
background-color css
<style>
a { background-color: #D6636B; }
a { background-color: rgb(214,99,107); }
div.DivClassName
{
background-color: #D6636B;
}
.BgClassName
{
background-color: #D6636B;
}
</style>
border-color css
<style>
span { border-color: #D6636B; }
span { border-color: rgb(214,99,107); }
td.TdClassName
{
border-color: #D6636B;
}
.TagClassName
{
border-color: #D6636B;
}
</style>