Shades of Froly #D36878
Tints of Froly #D36878
RGB
CMYK
RGB Variations
Color information
#D36878 (or 0xD36878) is known color: Froly. HEX triplet: D3, 68 and 78. RGB value is (211,104,120). Sum of RGB (Red+Green+Blue) = 211+104+120=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D36878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36878 is #2C9787. Grayscale: #898989. Windows color (decimal): -2922376 or 7891155. OLE color: 7891155.
HSL color Cylindrical-coordinate representation of color #D36878: hue angle of 351.03º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36878 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 120 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.17 |
| HSL | 351.03º | 0.55% | 0.62% | - |
| HSV(B) | 351.03º | 0.51% | 0.83% | - |
| XYZ | 35.2 | 25.11 | 20.76 | - |
| YUV | 137.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 120 | 0 | 0.51 | 0.43 | 0.17 | 351.03 | 0.55 | 0.62 |
| Hex | D3 | 68 | 78 | 0 | 33 | 2B | 11 | 15F | 37 | 3E |
| Octal | 323 | 150 | 170 | 0 | 63 | 53 | 21 | 537 | 67 | 76 |
| Binary | 11010011 | 1101000 | 1111000 | 0 | 110011 | 101011 | 10001 | 101011111 | 110111 | 111110 |
Color Harmonies of #D36878
Complementary color
Monochromatic Colors of #D36878
Black with #D36878
Text Example
Text Example
White with #D36878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36878; }
p { color: rgb(211,104,120); }
H1.HeaderClassName
{
color: #D36878;
}
.AnyTagClassName
{
color: #D36878;
}
</style>
background-color css
<style>
a { background-color: #D36878; }
a { background-color: rgb(211,104,120); }
div.DivClassName
{
background-color: #D36878;
}
.BgClassName
{
background-color: #D36878;
}
</style>
border-color css
<style>
span { border-color: #D36878; }
span { border-color: rgb(211,104,120); }
td.TdClassName
{
border-color: #D36878;
}
.TagClassName
{
border-color: #D36878;
}
</style>