Shades of Froly #D27077
Tints of Froly #D27077
RGB
CMYK
RGB Variations
Color information
#D27077 (or 0xD27077) is known color: Froly. HEX triplet: D2, 70 and 77. RGB value is (210,112,119). Sum of RGB (Red+Green+Blue) = 210+112+119=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D27077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27077 is #2D8F88. Grayscale: #8E8E8E. Windows color (decimal): -2985865 or 7827666. OLE color: 7827666.
HSL color Cylindrical-coordinate representation of color #D27077: hue angle of 355.71º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27077 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 119 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.18 |
| HSL | 355.71º | 0.52% | 0.63% | - |
| HSV(B) | 355.71º | 0.47% | 0.82% | - |
| XYZ | 35.7 | 26.62 | 20.71 | - |
| YUV | 142.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 119 | 0 | 0.47 | 0.43 | 0.18 | 355.71 | 0.52 | 0.63 |
| Hex | D2 | 70 | 77 | 0 | 2F | 2B | 12 | 164 | 34 | 3F |
| Octal | 322 | 160 | 167 | 0 | 57 | 53 | 22 | 544 | 64 | 77 |
| Binary | 11010010 | 1110000 | 1110111 | 0 | 101111 | 101011 | 10010 | 101100100 | 110100 | 111111 |
Color Harmonies of #D27077
Complementary color
Monochromatic Colors of #D27077
Black with #D27077
Text Example
Text Example
White with #D27077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27077; }
p { color: rgb(210,112,119); }
H1.HeaderClassName
{
color: #D27077;
}
.AnyTagClassName
{
color: #D27077;
}
</style>
background-color css
<style>
a { background-color: #D27077; }
a { background-color: rgb(210,112,119); }
div.DivClassName
{
background-color: #D27077;
}
.BgClassName
{
background-color: #D27077;
}
</style>
border-color css
<style>
span { border-color: #D27077; }
span { border-color: rgb(210,112,119); }
td.TdClassName
{
border-color: #D27077;
}
.TagClassName
{
border-color: #D27077;
}
</style>