Shades of Charm #D26A7B
Tints of Charm #D26A7B
RGB
CMYK
RGB Variations
Color information
#D26A7B (or 0xD26A7B) is known color: Charm. HEX triplet: D2, 6A and 7B. RGB value is (210,106,123). Sum of RGB (Red+Green+Blue) = 210+106+123=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26A7B is #2D9584. Grayscale: #8B8B8B. Windows color (decimal): -2987397 or 8088274. OLE color: 8088274.
HSL color Cylindrical-coordinate representation of color #D26A7B: hue angle of 350.19º 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 #D26A7B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 123 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.18 |
| HSL | 350.19º | 0.54% | 0.62% | - |
| HSV(B) | 350.19º | 0.5% | 0.82% | - |
| XYZ | 35.31 | 25.44 | 21.79 | - |
| YUV | 139.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 123 | 0 | 0.50 | 0.41 | 0.18 | 350.19 | 0.54 | 0.62 |
| Hex | D2 | 6A | 7B | 0 | 32 | 29 | 12 | 15E | 36 | 3E |
| Octal | 322 | 152 | 173 | 0 | 62 | 51 | 22 | 536 | 66 | 76 |
| Binary | 11010010 | 1101010 | 1111011 | 0 | 110010 | 101001 | 10010 | 101011110 | 110110 | 111110 |
Color Harmonies of #D26A7B
Complementary color
Monochromatic Colors of #D26A7B
Black with #D26A7B
Text Example
Text Example
White with #D26A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26A7B; }
p { color: rgb(210,106,123); }
H1.HeaderClassName
{
color: #D26A7B;
}
.AnyTagClassName
{
color: #D26A7B;
}
</style>
background-color css
<style>
a { background-color: #D26A7B; }
a { background-color: rgb(210,106,123); }
div.DivClassName
{
background-color: #D26A7B;
}
.BgClassName
{
background-color: #D26A7B;
}
</style>
border-color css
<style>
span { border-color: #D26A7B; }
span { border-color: rgb(210,106,123); }
td.TdClassName
{
border-color: #D26A7B;
}
.TagClassName
{
border-color: #D26A7B;
}
</style>