Shades of Froly #D26779
Tints of Froly #D26779
RGB
CMYK
RGB Variations
Color information
#D26779 (or 0xD26779) is known color: Froly. HEX triplet: D2, 67 and 79. RGB value is (210,103,121). Sum of RGB (Red+Green+Blue) = 210+103+121=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D26779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26779 is #2D9886. Grayscale: #898989. Windows color (decimal): -2988167 or 7956434. OLE color: 7956434.
HSL color Cylindrical-coordinate representation of color #D26779: hue angle of 349.91º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26779 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 121 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.18 |
| HSL | 349.91º | 0.54% | 0.61% | - |
| HSV(B) | 349.91º | 0.51% | 0.82% | - |
| XYZ | 34.88 | 24.78 | 21.03 | - |
| YUV | 137.05 | 118.95 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 121 | 0 | 0.51 | 0.42 | 0.18 | 349.91 | 0.54 | 0.61 |
| Hex | D2 | 67 | 79 | 0 | 33 | 2A | 12 | 15E | 36 | 3D |
| Octal | 322 | 147 | 171 | 0 | 63 | 52 | 22 | 536 | 66 | 75 |
| Binary | 11010010 | 1100111 | 1111001 | 0 | 110011 | 101010 | 10010 | 101011110 | 110110 | 111101 |
Color Harmonies of #D26779
Complementary color
Monochromatic Colors of #D26779
Black with #D26779
Text Example
Text Example
White with #D26779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26779; }
p { color: rgb(210,103,121); }
H1.HeaderClassName
{
color: #D26779;
}
.AnyTagClassName
{
color: #D26779;
}
</style>
background-color css
<style>
a { background-color: #D26779; }
a { background-color: rgb(210,103,121); }
div.DivClassName
{
background-color: #D26779;
}
.BgClassName
{
background-color: #D26779;
}
</style>
border-color css
<style>
span { border-color: #D26779; }
span { border-color: rgb(210,103,121); }
td.TdClassName
{
border-color: #D26779;
}
.TagClassName
{
border-color: #D26779;
}
</style>