Shades of Froly #D26672
Tints of Froly #D26672
RGB
CMYK
RGB Variations
Color information
#D26672 (or 0xD26672) is known color: Froly. HEX triplet: D2, 66 and 72. RGB value is (210,102,114). Sum of RGB (Red+Green+Blue) = 210+102+114=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D26672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26672 is #2D998D. Grayscale: #878787. Windows color (decimal): -2988430 or 7497426. OLE color: 7497426.
HSL color Cylindrical-coordinate representation of color #D26672: hue angle of 353.33º 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 #D26672 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 114 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.18 |
| HSL | 353.33º | 0.55% | 0.61% | - |
| HSV(B) | 353.33º | 0.51% | 0.82% | - |
| XYZ | 34.37 | 24.42 | 18.82 | - |
| YUV | 135.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 114 | 0 | 0.51 | 0.46 | 0.18 | 353.33 | 0.55 | 0.61 |
| Hex | D2 | 66 | 72 | 0 | 33 | 2E | 12 | 161 | 37 | 3D |
| Octal | 322 | 146 | 162 | 0 | 63 | 56 | 22 | 541 | 67 | 75 |
| Binary | 11010010 | 1100110 | 1110010 | 0 | 110011 | 101110 | 10010 | 101100001 | 110111 | 111101 |
Color Harmonies of #D26672
Complementary color
Monochromatic Colors of #D26672
Black with #D26672
Text Example
Text Example
White with #D26672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26672; }
p { color: rgb(210,102,114); }
H1.HeaderClassName
{
color: #D26672;
}
.AnyTagClassName
{
color: #D26672;
}
</style>
background-color css
<style>
a { background-color: #D26672; }
a { background-color: rgb(210,102,114); }
div.DivClassName
{
background-color: #D26672;
}
.BgClassName
{
background-color: #D26672;
}
</style>
border-color css
<style>
span { border-color: #D26672; }
span { border-color: rgb(210,102,114); }
td.TdClassName
{
border-color: #D26672;
}
.TagClassName
{
border-color: #D26672;
}
</style>