Shades of Froly #D2696B
Tints of Froly #D2696B
RGB
CMYK
RGB Variations
Color information
#D2696B (or 0xD2696B) is known color: Froly. HEX triplet: D2, 69 and 6B. RGB value is (210,105,107). Sum of RGB (Red+Green+Blue) = 210+105+107=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2696B is #2D9694. Grayscale: #888888. Windows color (decimal): -2987669 or 7039442. OLE color: 7039442.
HSL color Cylindrical-coordinate representation of color #D2696B: hue angle of 358.86º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2696B is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 107 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.18 |
| HSL | 358.86º | 0.54% | 0.62% | - |
| HSV(B) | 358.86º | 0.5% | 0.82% | - |
| XYZ | 34.28 | 24.87 | 16.9 | - |
| YUV | 136.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 107 | 0 | 0.50 | 0.49 | 0.18 | 358.86 | 0.54 | 0.62 |
| Hex | D2 | 69 | 6B | 0 | 32 | 31 | 12 | 167 | 36 | 3E |
| Octal | 322 | 151 | 153 | 0 | 62 | 61 | 22 | 547 | 66 | 76 |
| Binary | 11010010 | 1101001 | 1101011 | 0 | 110010 | 110001 | 10010 | 101100111 | 110110 | 111110 |
Color Harmonies of #D2696B
Complementary color
Monochromatic Colors of #D2696B
Black with #D2696B
Text Example
Text Example
White with #D2696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2696B; }
p { color: rgb(210,105,107); }
H1.HeaderClassName
{
color: #D2696B;
}
.AnyTagClassName
{
color: #D2696B;
}
</style>
background-color css
<style>
a { background-color: #D2696B; }
a { background-color: rgb(210,105,107); }
div.DivClassName
{
background-color: #D2696B;
}
.BgClassName
{
background-color: #D2696B;
}
</style>
border-color css
<style>
span { border-color: #D2696B; }
span { border-color: rgb(210,105,107); }
td.TdClassName
{
border-color: #D2696B;
}
.TagClassName
{
border-color: #D2696B;
}
</style>