Shades of Froly #D2676B
Tints of Froly #D2676B
RGB
CMYK
RGB Variations
Color information
#D2676B (or 0xD2676B) is known color: Froly. HEX triplet: D2, 67 and 6B. RGB value is (210,103,107). Sum of RGB (Red+Green+Blue) = 210+103+107=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2676B is #2D9894. Grayscale: #878787. Windows color (decimal): -2988181 or 7038930. OLE color: 7038930.
HSL color Cylindrical-coordinate representation of color #D2676B: hue angle of 357.76º 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 #D2676B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 107 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.18 |
| HSL | 357.76º | 0.54% | 0.61% | - |
| HSV(B) | 357.76º | 0.51% | 0.82% | - |
| XYZ | 34.08 | 24.46 | 16.84 | - |
| YUV | 135.45 | 111.95 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 107 | 0 | 0.51 | 0.49 | 0.18 | 357.76 | 0.54 | 0.61 |
| Hex | D2 | 67 | 6B | 0 | 33 | 31 | 12 | 166 | 36 | 3D |
| Octal | 322 | 147 | 153 | 0 | 63 | 61 | 22 | 546 | 66 | 75 |
| Binary | 11010010 | 1100111 | 1101011 | 0 | 110011 | 110001 | 10010 | 101100110 | 110110 | 111101 |
Color Harmonies of #D2676B
Complementary color
Monochromatic Colors of #D2676B
Black with #D2676B
Text Example
Text Example
White with #D2676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2676B; }
p { color: rgb(210,103,107); }
H1.HeaderClassName
{
color: #D2676B;
}
.AnyTagClassName
{
color: #D2676B;
}
</style>
background-color css
<style>
a { background-color: #D2676B; }
a { background-color: rgb(210,103,107); }
div.DivClassName
{
background-color: #D2676B;
}
.BgClassName
{
background-color: #D2676B;
}
</style>
border-color css
<style>
span { border-color: #D2676B; }
span { border-color: rgb(210,103,107); }
td.TdClassName
{
border-color: #D2676B;
}
.TagClassName
{
border-color: #D2676B;
}
</style>