Shades of Froly #D6727B
Tints of Froly #D6727B
RGB
CMYK
RGB Variations
Color information
#D6727B (or 0xD6727B) is known color: Froly. HEX triplet: D6, 72 and 7B. RGB value is (214,114,123). Sum of RGB (Red+Green+Blue) = 214+114+123=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6727B is #298D84. Grayscale: #909090. Windows color (decimal): -2723205 or 8090326. OLE color: 8090326.
HSL color Cylindrical-coordinate representation of color #D6727B: hue angle of 354.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6727B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 123 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.16 |
| HSL | 354.6º | 0.55% | 0.64% | - |
| HSV(B) | 354.6º | 0.47% | 0.84% | - |
| XYZ | 37.32 | 27.76 | 22.13 | - |
| YUV | 144.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 123 | 0 | 0.47 | 0.43 | 0.16 | 354.6 | 0.55 | 0.64 |
| Hex | D6 | 72 | 7B | 0 | 2F | 2B | 10 | 163 | 37 | 40 |
| Octal | 326 | 162 | 173 | 0 | 57 | 53 | 20 | 543 | 67 | 100 |
| Binary | 11010110 | 1110010 | 1111011 | 0 | 101111 | 101011 | 10000 | 101100011 | 110111 | 1000000 |
Color Harmonies of #D6727B
Complementary color
Monochromatic Colors of #D6727B
Black with #D6727B
Text Example
Text Example
White with #D6727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6727B; }
p { color: rgb(214,114,123); }
H1.HeaderClassName
{
color: #D6727B;
}
.AnyTagClassName
{
color: #D6727B;
}
</style>
background-color css
<style>
a { background-color: #D6727B; }
a { background-color: rgb(214,114,123); }
div.DivClassName
{
background-color: #D6727B;
}
.BgClassName
{
background-color: #D6727B;
}
</style>
border-color css
<style>
span { border-color: #D6727B; }
span { border-color: rgb(214,114,123); }
td.TdClassName
{
border-color: #D6727B;
}
.TagClassName
{
border-color: #D6727B;
}
</style>