Shades of Froly #D27273
Tints of Froly #D27273
RGB
CMYK
RGB Variations
Color information
#D27273 (or 0xD27273) is known color: Froly. HEX triplet: D2, 72 and 73. RGB value is (210,114,115). Sum of RGB (Red+Green+Blue) = 210+114+115=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D27273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27273 is #2D8D8C. Grayscale: #8E8E8E. Windows color (decimal): -2985357 or 7566034. OLE color: 7566034.
HSL color Cylindrical-coordinate representation of color #D27273: hue angle of 359.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27273 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 115 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.18 |
| HSL | 359.38º | 0.52% | 0.64% | - |
| HSV(B) | 359.38º | 0.46% | 0.82% | - |
| XYZ | 35.69 | 26.97 | 19.55 | - |
| YUV | 142.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 115 | 0 | 0.46 | 0.45 | 0.18 | 359.38 | 0.52 | 0.64 |
| Hex | D2 | 72 | 73 | 0 | 2E | 2D | 12 | 167 | 34 | 40 |
| Octal | 322 | 162 | 163 | 0 | 56 | 55 | 22 | 547 | 64 | 100 |
| Binary | 11010010 | 1110010 | 1110011 | 0 | 101110 | 101101 | 10010 | 101100111 | 110100 | 1000000 |
Color Harmonies of #D27273
Complementary color
Monochromatic Colors of #D27273
Black with #D27273
Text Example
Text Example
White with #D27273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27273; }
p { color: rgb(210,114,115); }
H1.HeaderClassName
{
color: #D27273;
}
.AnyTagClassName
{
color: #D27273;
}
</style>
background-color css
<style>
a { background-color: #D27273; }
a { background-color: rgb(210,114,115); }
div.DivClassName
{
background-color: #D27273;
}
.BgClassName
{
background-color: #D27273;
}
</style>
border-color css
<style>
span { border-color: #D27273; }
span { border-color: rgb(210,114,115); }
td.TdClassName
{
border-color: #D27273;
}
.TagClassName
{
border-color: #D27273;
}
</style>