Shades of Charm #D26C85
Tints of Charm #D26C85
RGB
CMYK
RGB Variations
Color information
#D26C85 (or 0xD26C85) is known color: Charm. HEX triplet: D2, 6C and 85. RGB value is (210,108,133). Sum of RGB (Red+Green+Blue) = 210+108+133=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26C85 is #2D937A. Grayscale: #8D8D8D. Windows color (decimal): -2986875 or 8744146. OLE color: 8744146.
HSL color Cylindrical-coordinate representation of color #D26C85: hue angle of 345.29º 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 #D26C85 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 133 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.18 |
| HSL | 345.29º | 0.53% | 0.62% | - |
| HSV(B) | 345.29º | 0.49% | 0.82% | - |
| XYZ | 36.17 | 26.12 | 25.33 | - |
| YUV | 141.35 | 123.29 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 133 | 0 | 0.49 | 0.37 | 0.18 | 345.29 | 0.53 | 0.62 |
| Hex | D2 | 6C | 85 | 0 | 31 | 25 | 12 | 159 | 35 | 3E |
| Octal | 322 | 154 | 205 | 0 | 61 | 45 | 22 | 531 | 65 | 76 |
| Binary | 11010010 | 1101100 | 10000101 | 0 | 110001 | 100101 | 10010 | 101011001 | 110101 | 111110 |
Color Harmonies of #D26C85
Complementary color
Monochromatic Colors of #D26C85
Black with #D26C85
Text Example
Text Example
White with #D26C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C85; }
p { color: rgb(210,108,133); }
H1.HeaderClassName
{
color: #D26C85;
}
.AnyTagClassName
{
color: #D26C85;
}
</style>
background-color css
<style>
a { background-color: #D26C85; }
a { background-color: rgb(210,108,133); }
div.DivClassName
{
background-color: #D26C85;
}
.BgClassName
{
background-color: #D26C85;
}
</style>
border-color css
<style>
span { border-color: #D26C85; }
span { border-color: rgb(210,108,133); }
td.TdClassName
{
border-color: #D26C85;
}
.TagClassName
{
border-color: #D26C85;
}
</style>