Shades of Froly #D26A7A
Tints of Froly #D26A7A
RGB
CMYK
RGB Variations
Color information
#D26A7A (or 0xD26A7A) is known color: Froly. HEX triplet: D2, 6A and 7A. RGB value is (210,106,122). Sum of RGB (Red+Green+Blue) = 210+106+122=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A7A is #2D9585. Grayscale: #8A8A8A. Windows color (decimal): -2987398 or 8022738. OLE color: 8022738.
HSL color Cylindrical-coordinate representation of color #D26A7A: hue angle of 350.77º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26A7A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 122 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.18 |
| HSL | 350.77º | 0.54% | 0.62% | - |
| HSV(B) | 350.77º | 0.5% | 0.82% | - |
| XYZ | 35.25 | 25.41 | 21.46 | - |
| YUV | 138.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 122 | 0 | 0.50 | 0.42 | 0.18 | 350.77 | 0.54 | 0.62 |
| Hex | D2 | 6A | 7A | 0 | 32 | 2A | 12 | 15F | 36 | 3E |
| Octal | 322 | 152 | 172 | 0 | 62 | 52 | 22 | 537 | 66 | 76 |
| Binary | 11010010 | 1101010 | 1111010 | 0 | 110010 | 101010 | 10010 | 101011111 | 110110 | 111110 |
Color Harmonies of #D26A7A
Complementary color
Monochromatic Colors of #D26A7A
Black with #D26A7A
Text Example
Text Example
White with #D26A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A7A; }
p { color: rgb(210,106,122); }
H1.HeaderClassName
{
color: #D26A7A;
}
.AnyTagClassName
{
color: #D26A7A;
}
</style>
background-color css
<style>
a { background-color: #D26A7A; }
a { background-color: rgb(210,106,122); }
div.DivClassName
{
background-color: #D26A7A;
}
.BgClassName
{
background-color: #D26A7A;
}
</style>
border-color css
<style>
span { border-color: #D26A7A; }
span { border-color: rgb(210,106,122); }
td.TdClassName
{
border-color: #D26A7A;
}
.TagClassName
{
border-color: #D26A7A;
}
</style>