Shades of Charm #D26C7B
Tints of Charm #D26C7B
RGB
CMYK
RGB Variations
Color information
#D26C7B (or 0xD26C7B) is known color: Charm. HEX triplet: D2, 6C and 7B. RGB value is (210,108,123). Sum of RGB (Red+Green+Blue) = 210+108+123=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D26C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26C7B is #2D9384. Grayscale: #8C8C8C. Windows color (decimal): -2986885 or 8088786. OLE color: 8088786.
HSL color Cylindrical-coordinate representation of color #D26C7B: hue angle of 351.18º 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 #D26C7B is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 123 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.18 |
| HSL | 351.18º | 0.53% | 0.62% | - |
| HSV(B) | 351.18º | 0.49% | 0.82% | - |
| XYZ | 35.52 | 25.86 | 21.86 | - |
| YUV | 140.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 123 | 0 | 0.49 | 0.41 | 0.18 | 351.18 | 0.53 | 0.62 |
| Hex | D2 | 6C | 7B | 0 | 31 | 29 | 12 | 15F | 35 | 3E |
| Octal | 322 | 154 | 173 | 0 | 61 | 51 | 22 | 537 | 65 | 76 |
| Binary | 11010010 | 1101100 | 1111011 | 0 | 110001 | 101001 | 10010 | 101011111 | 110101 | 111110 |
Color Harmonies of #D26C7B
Complementary color
Monochromatic Colors of #D26C7B
Black with #D26C7B
Text Example
Text Example
White with #D26C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26C7B; }
p { color: rgb(210,108,123); }
H1.HeaderClassName
{
color: #D26C7B;
}
.AnyTagClassName
{
color: #D26C7B;
}
</style>
background-color css
<style>
a { background-color: #D26C7B; }
a { background-color: rgb(210,108,123); }
div.DivClassName
{
background-color: #D26C7B;
}
.BgClassName
{
background-color: #D26C7B;
}
</style>
border-color css
<style>
span { border-color: #D26C7B; }
span { border-color: rgb(210,108,123); }
td.TdClassName
{
border-color: #D26C7B;
}
.TagClassName
{
border-color: #D26C7B;
}
</style>