Shades of Charm #D26C7E
Tints of Charm #D26C7E
RGB
CMYK
RGB Variations
Color information
#D26C7E (or 0xD26C7E) is known color: Charm. HEX triplet: D2, 6C and 7E. RGB value is (210,108,126). Sum of RGB (Red+Green+Blue) = 210+108+126=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C7E is #2D9381. Grayscale: #8C8C8C. Windows color (decimal): -2986882 or 8285394. OLE color: 8285394.
HSL color Cylindrical-coordinate representation of color #D26C7E: hue angle of 349.41º 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 #D26C7E is Cyan = 0, Magento = 0.49, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 126 | - |
| CMYK | 0 | 0.49 | 0.4 | 0.18 |
| HSL | 349.41º | 0.53% | 0.62% | - |
| HSV(B) | 349.41º | 0.49% | 0.82% | - |
| XYZ | 35.71 | 25.93 | 22.86 | - |
| YUV | 140.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 126 | 0 | 0.49 | 0.4 | 0.18 | 349.41 | 0.53 | 0.62 |
| Hex | D2 | 6C | 7E | 0 | 31 | 28 | 12 | 15D | 35 | 3E |
| Octal | 322 | 154 | 176 | 0 | 61 | 50 | 22 | 535 | 65 | 76 |
| Binary | 11010010 | 1101100 | 1111110 | 0 | 110001 | 101000 | 10010 | 101011101 | 110101 | 111110 |
Color Harmonies of #D26C7E
Complementary color
Monochromatic Colors of #D26C7E
Black with #D26C7E
Text Example
Text Example
White with #D26C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C7E; }
p { color: rgb(210,108,126); }
H1.HeaderClassName
{
color: #D26C7E;
}
.AnyTagClassName
{
color: #D26C7E;
}
</style>
background-color css
<style>
a { background-color: #D26C7E; }
a { background-color: rgb(210,108,126); }
div.DivClassName
{
background-color: #D26C7E;
}
.BgClassName
{
background-color: #D26C7E;
}
</style>
border-color css
<style>
span { border-color: #D26C7E; }
span { border-color: rgb(210,108,126); }
td.TdClassName
{
border-color: #D26C7E;
}
.TagClassName
{
border-color: #D26C7E;
}
</style>