Shades of Froly #D26668
Tints of Froly #D26668
RGB
CMYK
RGB Variations
Color information
#D26668 (or 0xD26668) is known color: Froly. HEX triplet: D2, 66 and 68. RGB value is (210,102,104). Sum of RGB (Red+Green+Blue) = 210+102+104=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D26668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26668 is #2D9997. Grayscale: #868686. Windows color (decimal): -2988440 or 6842066. OLE color: 6842066.
HSL color Cylindrical-coordinate representation of color #D26668: hue angle of 358.89º 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 #D26668 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 104 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.18 |
| HSL | 358.89º | 0.55% | 0.61% | - |
| HSV(B) | 358.89º | 0.51% | 0.82% | - |
| XYZ | 33.83 | 24.2 | 15.99 | - |
| YUV | 134.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 104 | 0 | 0.51 | 0.50 | 0.18 | 358.89 | 0.55 | 0.61 |
| Hex | D2 | 66 | 68 | 0 | 33 | 32 | 12 | 167 | 37 | 3D |
| Octal | 322 | 146 | 150 | 0 | 63 | 62 | 22 | 547 | 67 | 75 |
| Binary | 11010010 | 1100110 | 1101000 | 0 | 110011 | 110010 | 10010 | 101100111 | 110111 | 111101 |
Color Harmonies of #D26668
Complementary color
Monochromatic Colors of #D26668
Black with #D26668
Text Example
Text Example
White with #D26668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26668; }
p { color: rgb(210,102,104); }
H1.HeaderClassName
{
color: #D26668;
}
.AnyTagClassName
{
color: #D26668;
}
</style>
background-color css
<style>
a { background-color: #D26668; }
a { background-color: rgb(210,102,104); }
div.DivClassName
{
background-color: #D26668;
}
.BgClassName
{
background-color: #D26668;
}
</style>
border-color css
<style>
span { border-color: #D26668; }
span { border-color: rgb(210,102,104); }
td.TdClassName
{
border-color: #D26668;
}
.TagClassName
{
border-color: #D26668;
}
</style>