Shades of Froly #D2666C
Tints of Froly #D2666C
RGB
CMYK
RGB Variations
Color information
#D2666C (or 0xD2666C) is known color: Froly. HEX triplet: D2, 66 and 6C. RGB value is (210,102,108). Sum of RGB (Red+Green+Blue) = 210+102+108=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2666C is #2D9993. Grayscale: #878787. Windows color (decimal): -2988436 or 7104210. OLE color: 7104210.
HSL color Cylindrical-coordinate representation of color #D2666C: hue angle of 356.67º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2666C is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 108 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.18 |
| HSL | 356.67º | 0.55% | 0.61% | - |
| HSV(B) | 356.67º | 0.51% | 0.82% | - |
| XYZ | 34.04 | 24.29 | 17.08 | - |
| YUV | 134.98 | 112.78 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 108 | 0 | 0.51 | 0.49 | 0.18 | 356.67 | 0.55 | 0.61 |
| Hex | D2 | 66 | 6C | 0 | 33 | 31 | 12 | 165 | 37 | 3D |
| Octal | 322 | 146 | 154 | 0 | 63 | 61 | 22 | 545 | 67 | 75 |
| Binary | 11010010 | 1100110 | 1101100 | 0 | 110011 | 110001 | 10010 | 101100101 | 110111 | 111101 |
Color Harmonies of #D2666C
Complementary color
Monochromatic Colors of #D2666C
Black with #D2666C
Text Example
Text Example
White with #D2666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2666C; }
p { color: rgb(210,102,108); }
H1.HeaderClassName
{
color: #D2666C;
}
.AnyTagClassName
{
color: #D2666C;
}
</style>
background-color css
<style>
a { background-color: #D2666C; }
a { background-color: rgb(210,102,108); }
div.DivClassName
{
background-color: #D2666C;
}
.BgClassName
{
background-color: #D2666C;
}
</style>
border-color css
<style>
span { border-color: #D2666C; }
span { border-color: rgb(210,102,108); }
td.TdClassName
{
border-color: #D2666C;
}
.TagClassName
{
border-color: #D2666C;
}
</style>