Shades of Charm #D26F7C
Tints of Charm #D26F7C
RGB
CMYK
RGB Variations
Color information
#D26F7C (or 0xD26F7C) is known color: Charm. HEX triplet: D2, 6F and 7C. RGB value is (210,111,124). Sum of RGB (Red+Green+Blue) = 210+111+124=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26F7C is #2D9083. Grayscale: #8E8E8E. Windows color (decimal): -2986116 or 8155090. OLE color: 8155090.
HSL color Cylindrical-coordinate representation of color #D26F7C: hue angle of 352.12º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26F7C is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 124 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.18 |
| HSL | 352.12º | 0.52% | 0.63% | - |
| HSV(B) | 352.12º | 0.47% | 0.82% | - |
| XYZ | 35.9 | 26.53 | 22.3 | - |
| YUV | 142.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 124 | 0 | 0.47 | 0.41 | 0.18 | 352.12 | 0.52 | 0.63 |
| Hex | D2 | 6F | 7C | 0 | 2F | 29 | 12 | 160 | 34 | 3F |
| Octal | 322 | 157 | 174 | 0 | 57 | 51 | 22 | 540 | 64 | 77 |
| Binary | 11010010 | 1101111 | 1111100 | 0 | 101111 | 101001 | 10010 | 101100000 | 110100 | 111111 |
Color Harmonies of #D26F7C
Complementary color
Monochromatic Colors of #D26F7C
Black with #D26F7C
Text Example
Text Example
White with #D26F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F7C; }
p { color: rgb(210,111,124); }
H1.HeaderClassName
{
color: #D26F7C;
}
.AnyTagClassName
{
color: #D26F7C;
}
</style>
background-color css
<style>
a { background-color: #D26F7C; }
a { background-color: rgb(210,111,124); }
div.DivClassName
{
background-color: #D26F7C;
}
.BgClassName
{
background-color: #D26F7C;
}
</style>
border-color css
<style>
span { border-color: #D26F7C; }
span { border-color: rgb(210,111,124); }
td.TdClassName
{
border-color: #D26F7C;
}
.TagClassName
{
border-color: #D26F7C;
}
</style>