Shades of Froly #D2717A
Tints of Froly #D2717A
RGB
CMYK
RGB Variations
Color information
#D2717A (or 0xD2717A) is known color: Froly. HEX triplet: D2, 71 and 7A. RGB value is (210,113,122). Sum of RGB (Red+Green+Blue) = 210+113+122=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2717A is #2D8E85. Grayscale: #8F8F8F. Windows color (decimal): -2985606 or 8024530. OLE color: 8024530.
HSL color Cylindrical-coordinate representation of color #D2717A: hue angle of 354.43º 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 #D2717A is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 122 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.18 |
| HSL | 354.43º | 0.52% | 0.63% | - |
| HSV(B) | 354.43º | 0.46% | 0.82% | - |
| XYZ | 36 | 26.92 | 21.71 | - |
| YUV | 143.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 122 | 0 | 0.46 | 0.42 | 0.18 | 354.43 | 0.52 | 0.63 |
| Hex | D2 | 71 | 7A | 0 | 2E | 2A | 12 | 162 | 34 | 3F |
| Octal | 322 | 161 | 172 | 0 | 56 | 52 | 22 | 542 | 64 | 77 |
| Binary | 11010010 | 1110001 | 1111010 | 0 | 101110 | 101010 | 10010 | 101100010 | 110100 | 111111 |
Color Harmonies of #D2717A
Complementary color
Monochromatic Colors of #D2717A
Black with #D2717A
Text Example
Text Example
White with #D2717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2717A; }
p { color: rgb(210,113,122); }
H1.HeaderClassName
{
color: #D2717A;
}
.AnyTagClassName
{
color: #D2717A;
}
</style>
background-color css
<style>
a { background-color: #D2717A; }
a { background-color: rgb(210,113,122); }
div.DivClassName
{
background-color: #D2717A;
}
.BgClassName
{
background-color: #D2717A;
}
</style>
border-color css
<style>
span { border-color: #D2717A; }
span { border-color: rgb(210,113,122); }
td.TdClassName
{
border-color: #D2717A;
}
.TagClassName
{
border-color: #D2717A;
}
</style>