Shades of Froly #D26778
Tints of Froly #D26778
RGB
CMYK
RGB Variations
Color information
#D26778 (or 0xD26778) is known color: Froly. HEX triplet: D2, 67 and 78. RGB value is (210,103,120). Sum of RGB (Red+Green+Blue) = 210+103+120=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D26778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26778 is #2D9887. Grayscale: #888888. Windows color (decimal): -2988168 or 7890898. OLE color: 7890898.
HSL color Cylindrical-coordinate representation of color #D26778: hue angle of 350.47º 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 #D26778 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 120 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.18 |
| HSL | 350.47º | 0.54% | 0.61% | - |
| HSV(B) | 350.47º | 0.51% | 0.82% | - |
| XYZ | 34.82 | 24.76 | 20.71 | - |
| YUV | 136.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 120 | 0 | 0.51 | 0.43 | 0.18 | 350.47 | 0.54 | 0.61 |
| Hex | D2 | 67 | 78 | 0 | 33 | 2B | 12 | 15E | 36 | 3D |
| Octal | 322 | 147 | 170 | 0 | 63 | 53 | 22 | 536 | 66 | 75 |
| Binary | 11010010 | 1100111 | 1111000 | 0 | 110011 | 101011 | 10010 | 101011110 | 110110 | 111101 |
Color Harmonies of #D26778
Complementary color
Monochromatic Colors of #D26778
Black with #D26778
Text Example
Text Example
White with #D26778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26778; }
p { color: rgb(210,103,120); }
H1.HeaderClassName
{
color: #D26778;
}
.AnyTagClassName
{
color: #D26778;
}
</style>
background-color css
<style>
a { background-color: #D26778; }
a { background-color: rgb(210,103,120); }
div.DivClassName
{
background-color: #D26778;
}
.BgClassName
{
background-color: #D26778;
}
</style>
border-color css
<style>
span { border-color: #D26778; }
span { border-color: rgb(210,103,120); }
td.TdClassName
{
border-color: #D26778;
}
.TagClassName
{
border-color: #D26778;
}
</style>