Shades of Froly #D26E7A
Tints of Froly #D26E7A
RGB
CMYK
RGB Variations
Color information
#D26E7A (or 0xD26E7A) is known color: Froly. HEX triplet: D2, 6E and 7A. RGB value is (210,110,122). Sum of RGB (Red+Green+Blue) = 210+110+122=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26E7A is #2D9185. Grayscale: #8D8D8D. Windows color (decimal): -2986374 or 8023762. OLE color: 8023762.
HSL color Cylindrical-coordinate representation of color #D26E7A: hue angle of 352.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26E7A is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 122 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.18 |
| HSL | 352.8º | 0.53% | 0.63% | - |
| HSV(B) | 352.8º | 0.48% | 0.82% | - |
| XYZ | 35.67 | 26.26 | 21.6 | - |
| YUV | 141.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 122 | 0 | 0.48 | 0.42 | 0.18 | 352.8 | 0.53 | 0.63 |
| Hex | D2 | 6E | 7A | 0 | 30 | 2A | 12 | 161 | 35 | 3F |
| Octal | 322 | 156 | 172 | 0 | 60 | 52 | 22 | 541 | 65 | 77 |
| Binary | 11010010 | 1101110 | 1111010 | 0 | 110000 | 101010 | 10010 | 101100001 | 110101 | 111111 |
Color Harmonies of #D26E7A
Complementary color
Monochromatic Colors of #D26E7A
Black with #D26E7A
Text Example
Text Example
White with #D26E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E7A; }
p { color: rgb(210,110,122); }
H1.HeaderClassName
{
color: #D26E7A;
}
.AnyTagClassName
{
color: #D26E7A;
}
</style>
background-color css
<style>
a { background-color: #D26E7A; }
a { background-color: rgb(210,110,122); }
div.DivClassName
{
background-color: #D26E7A;
}
.BgClassName
{
background-color: #D26E7A;
}
</style>
border-color css
<style>
span { border-color: #D26E7A; }
span { border-color: rgb(210,110,122); }
td.TdClassName
{
border-color: #D26E7A;
}
.TagClassName
{
border-color: #D26E7A;
}
</style>