Shades of Froly #D6636C
Tints of Froly #D6636C
RGB
CMYK
RGB Variations
Color information
#D6636C (or 0xD6636C) is known color: Froly. HEX triplet: D6, 63 and 6C. RGB value is (214,99,108). Sum of RGB (Red+Green+Blue) = 214+99+108=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6636C is #299C93. Grayscale: #868686. Windows color (decimal): -2727060 or 7103446. OLE color: 7103446.
HSL color Cylindrical-coordinate representation of color #D6636C: hue angle of 355.3º 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 #D6636C is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 108 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.16 |
| HSL | 355.3º | 0.58% | 0.61% | - |
| HSV(B) | 355.3º | 0.54% | 0.84% | - |
| XYZ | 34.9 | 24.3 | 17.04 | - |
| YUV | 134.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 108 | 0 | 0.54 | 0.50 | 0.16 | 355.3 | 0.58 | 0.61 |
| Hex | D6 | 63 | 6C | 0 | 36 | 32 | 10 | 163 | 3A | 3D |
| Octal | 326 | 143 | 154 | 0 | 66 | 62 | 20 | 543 | 72 | 75 |
| Binary | 11010110 | 1100011 | 1101100 | 0 | 110110 | 110010 | 10000 | 101100011 | 111010 | 111101 |
Color Harmonies of #D6636C
Complementary color
Monochromatic Colors of #D6636C
Black with #D6636C
Text Example
Text Example
White with #D6636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6636C; }
p { color: rgb(214,99,108); }
H1.HeaderClassName
{
color: #D6636C;
}
.AnyTagClassName
{
color: #D6636C;
}
</style>
background-color css
<style>
a { background-color: #D6636C; }
a { background-color: rgb(214,99,108); }
div.DivClassName
{
background-color: #D6636C;
}
.BgClassName
{
background-color: #D6636C;
}
</style>
border-color css
<style>
span { border-color: #D6636C; }
span { border-color: rgb(214,99,108); }
td.TdClassName
{
border-color: #D6636C;
}
.TagClassName
{
border-color: #D6636C;
}
</style>