Shades of Froly #D26C78
Tints of Froly #D26C78
RGB
CMYK
RGB Variations
Color information
#D26C78 (or 0xD26C78) is known color: Froly. HEX triplet: D2, 6C and 78. RGB value is (210,108,120). Sum of RGB (Red+Green+Blue) = 210+108+120=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C78 is #2D9387. Grayscale: #8B8B8B. Windows color (decimal): -2986888 or 7892178. OLE color: 7892178.
HSL color Cylindrical-coordinate representation of color #D26C78: hue angle of 352.94º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26C78 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 120 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.18 |
| HSL | 352.94º | 0.53% | 0.62% | - |
| HSV(B) | 352.94º | 0.49% | 0.82% | - |
| XYZ | 35.33 | 25.78 | 20.88 | - |
| YUV | 139.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 120 | 0 | 0.49 | 0.43 | 0.18 | 352.94 | 0.53 | 0.62 |
| Hex | D2 | 6C | 78 | 0 | 31 | 2B | 12 | 161 | 35 | 3E |
| Octal | 322 | 154 | 170 | 0 | 61 | 53 | 22 | 541 | 65 | 76 |
| Binary | 11010010 | 1101100 | 1111000 | 0 | 110001 | 101011 | 10010 | 101100001 | 110101 | 111110 |
Color Harmonies of #D26C78
Complementary color
Monochromatic Colors of #D26C78
Black with #D26C78
Text Example
Text Example
White with #D26C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C78; }
p { color: rgb(210,108,120); }
H1.HeaderClassName
{
color: #D26C78;
}
.AnyTagClassName
{
color: #D26C78;
}
</style>
background-color css
<style>
a { background-color: #D26C78; }
a { background-color: rgb(210,108,120); }
div.DivClassName
{
background-color: #D26C78;
}
.BgClassName
{
background-color: #D26C78;
}
</style>
border-color css
<style>
span { border-color: #D26C78; }
span { border-color: rgb(210,108,120); }
td.TdClassName
{
border-color: #D26C78;
}
.TagClassName
{
border-color: #D26C78;
}
</style>