Shades of Froly #D27C7D
Tints of Froly #D27C7D
RGB
CMYK
RGB Variations
Color information
#D27C7D (or 0xD27C7D) is known color: Froly. HEX triplet: D2, 7C and 7D. RGB value is (210,124,125). Sum of RGB (Red+Green+Blue) = 210+124+125=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C7D is #2D8382. Grayscale: #959595. Windows color (decimal): -2982787 or 8223954. OLE color: 8223954.
HSL color Cylindrical-coordinate representation of color #D27C7D: hue angle of 359.3º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27C7D is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 125 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.18 |
| HSL | 359.3º | 0.49% | 0.65% | - |
| HSV(B) | 359.3º | 0.41% | 0.82% | - |
| XYZ | 37.49 | 29.6 | 23.14 | - |
| YUV | 149.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 125 | 0 | 0.41 | 0.40 | 0.18 | 359.3 | 0.49 | 0.65 |
| Hex | D2 | 7C | 7D | 0 | 29 | 28 | 12 | 167 | 31 | 41 |
| Octal | 322 | 174 | 175 | 0 | 51 | 50 | 22 | 547 | 61 | 101 |
| Binary | 11010010 | 1111100 | 1111101 | 0 | 101001 | 101000 | 10010 | 101100111 | 110001 | 1000001 |
Color Harmonies of #D27C7D
Complementary color
Monochromatic Colors of #D27C7D
Black with #D27C7D
Text Example
Text Example
White with #D27C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C7D; }
p { color: rgb(210,124,125); }
H1.HeaderClassName
{
color: #D27C7D;
}
.AnyTagClassName
{
color: #D27C7D;
}
</style>
background-color css
<style>
a { background-color: #D27C7D; }
a { background-color: rgb(210,124,125); }
div.DivClassName
{
background-color: #D27C7D;
}
.BgClassName
{
background-color: #D27C7D;
}
</style>
border-color css
<style>
span { border-color: #D27C7D; }
span { border-color: rgb(210,124,125); }
td.TdClassName
{
border-color: #D27C7D;
}
.TagClassName
{
border-color: #D27C7D;
}
</style>