Shades of Froly #D2676F
Tints of Froly #D2676F
RGB
CMYK
RGB Variations
Color information
#D2676F (or 0xD2676F) is known color: Froly. HEX triplet: D2, 67 and 6F. RGB value is (210,103,111). Sum of RGB (Red+Green+Blue) = 210+103+111=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2676F is #2D9890. Grayscale: #878787. Windows color (decimal): -2988177 or 7301074. OLE color: 7301074.
HSL color Cylindrical-coordinate representation of color #D2676F: hue angle of 355.51º degrees, saturation: 0.54, 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 #D2676F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 111 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.18 |
| HSL | 355.51º | 0.54% | 0.61% | - |
| HSV(B) | 355.51º | 0.51% | 0.82% | - |
| XYZ | 34.3 | 24.55 | 17.97 | - |
| YUV | 135.91 | 113.95 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 111 | 0 | 0.51 | 0.47 | 0.18 | 355.51 | 0.54 | 0.61 |
| Hex | D2 | 67 | 6F | 0 | 33 | 2F | 12 | 164 | 36 | 3D |
| Octal | 322 | 147 | 157 | 0 | 63 | 57 | 22 | 544 | 66 | 75 |
| Binary | 11010010 | 1100111 | 1101111 | 0 | 110011 | 101111 | 10010 | 101100100 | 110110 | 111101 |
Color Harmonies of #D2676F
Complementary color
Monochromatic Colors of #D2676F
Black with #D2676F
Text Example
Text Example
White with #D2676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2676F; }
p { color: rgb(210,103,111); }
H1.HeaderClassName
{
color: #D2676F;
}
.AnyTagClassName
{
color: #D2676F;
}
</style>
background-color css
<style>
a { background-color: #D2676F; }
a { background-color: rgb(210,103,111); }
div.DivClassName
{
background-color: #D2676F;
}
.BgClassName
{
background-color: #D2676F;
}
</style>
border-color css
<style>
span { border-color: #D2676F; }
span { border-color: rgb(210,103,111); }
td.TdClassName
{
border-color: #D2676F;
}
.TagClassName
{
border-color: #D2676F;
}
</style>