Shades of Froly #D2717B
Tints of Froly #D2717B
RGB
CMYK
RGB Variations
Color information
#D2717B (or 0xD2717B) is known color: Froly. HEX triplet: D2, 71 and 7B. RGB value is (210,113,123). Sum of RGB (Red+Green+Blue) = 210+113+123=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2717B is #2D8E84. Grayscale: #8F8F8F. Windows color (decimal): -2985605 or 8090066. OLE color: 8090066.
HSL color Cylindrical-coordinate representation of color #D2717B: hue angle of 353.81º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2717B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 123 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.18 |
| HSL | 353.81º | 0.52% | 0.63% | - |
| HSV(B) | 353.81º | 0.46% | 0.82% | - |
| XYZ | 36.06 | 26.94 | 22.04 | - |
| YUV | 143.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 123 | 0 | 0.46 | 0.41 | 0.18 | 353.81 | 0.52 | 0.63 |
| Hex | D2 | 71 | 7B | 0 | 2E | 29 | 12 | 162 | 34 | 3F |
| Octal | 322 | 161 | 173 | 0 | 56 | 51 | 22 | 542 | 64 | 77 |
| Binary | 11010010 | 1110001 | 1111011 | 0 | 101110 | 101001 | 10010 | 101100010 | 110100 | 111111 |
Color Harmonies of #D2717B
Complementary color
Monochromatic Colors of #D2717B
Black with #D2717B
Text Example
Text Example
White with #D2717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2717B; }
p { color: rgb(210,113,123); }
H1.HeaderClassName
{
color: #D2717B;
}
.AnyTagClassName
{
color: #D2717B;
}
</style>
background-color css
<style>
a { background-color: #D2717B; }
a { background-color: rgb(210,113,123); }
div.DivClassName
{
background-color: #D2717B;
}
.BgClassName
{
background-color: #D2717B;
}
</style>
border-color css
<style>
span { border-color: #D2717B; }
span { border-color: rgb(210,113,123); }
td.TdClassName
{
border-color: #D2717B;
}
.TagClassName
{
border-color: #D2717B;
}
</style>