Shades of Froly #D2656D
Tints of Froly #D2656D
RGB
CMYK
RGB Variations
Color information
#D2656D (or 0xD2656D) is known color: Froly. HEX triplet: D2, 65 and 6D. RGB value is (210,101,109). Sum of RGB (Red+Green+Blue) = 210+101+109=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2656D is #2D9A92. Grayscale: #868686. Windows color (decimal): -2988691 or 7169490. OLE color: 7169490.
HSL color Cylindrical-coordinate representation of color #D2656D: hue angle of 355.6º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2656D is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 109 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.18 |
| HSL | 355.6º | 0.55% | 0.61% | - |
| HSV(B) | 355.6º | 0.52% | 0.82% | - |
| XYZ | 33.99 | 24.11 | 17.33 | - |
| YUV | 134.5 | 113.61 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 109 | 0 | 0.52 | 0.48 | 0.18 | 355.6 | 0.55 | 0.61 |
| Hex | D2 | 65 | 6D | 0 | 34 | 30 | 12 | 164 | 37 | 3D |
| Octal | 322 | 145 | 155 | 0 | 64 | 60 | 22 | 544 | 67 | 75 |
| Binary | 11010010 | 1100101 | 1101101 | 0 | 110100 | 110000 | 10010 | 101100100 | 110111 | 111101 |
Color Harmonies of #D2656D
Complementary color
Monochromatic Colors of #D2656D
Black with #D2656D
Text Example
Text Example
White with #D2656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2656D; }
p { color: rgb(210,101,109); }
H1.HeaderClassName
{
color: #D2656D;
}
.AnyTagClassName
{
color: #D2656D;
}
</style>
background-color css
<style>
a { background-color: #D2656D; }
a { background-color: rgb(210,101,109); }
div.DivClassName
{
background-color: #D2656D;
}
.BgClassName
{
background-color: #D2656D;
}
</style>
border-color css
<style>
span { border-color: #D2656D; }
span { border-color: rgb(210,101,109); }
td.TdClassName
{
border-color: #D2656D;
}
.TagClassName
{
border-color: #D2656D;
}
</style>