Shades of Charm #D26F8C
Tints of Charm #D26F8C
RGB
CMYK
RGB Variations
Color information
#D26F8C (or 0xD26F8C) is known color: Charm. HEX triplet: D2, 6F and 8C. RGB value is (210,111,140). Sum of RGB (Red+Green+Blue) = 210+111+140=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26F8C is #2D9073. Grayscale: #8F8F8F. Windows color (decimal): -2986100 or 9203666. OLE color: 9203666.
HSL color Cylindrical-coordinate representation of color #D26F8C: hue angle of 342.42º 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 #D26F8C is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 140 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.18 |
| HSL | 342.42º | 0.52% | 0.63% | - |
| HSV(B) | 342.42º | 0.47% | 0.82% | - |
| XYZ | 37 | 26.96 | 28.07 | - |
| YUV | 143.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 140 | 0 | 0.47 | 0.33 | 0.18 | 342.42 | 0.52 | 0.63 |
| Hex | D2 | 6F | 8C | 0 | 2F | 21 | 12 | 156 | 34 | 3F |
| Octal | 322 | 157 | 214 | 0 | 57 | 41 | 22 | 526 | 64 | 77 |
| Binary | 11010010 | 1101111 | 10001100 | 0 | 101111 | 100001 | 10010 | 101010110 | 110100 | 111111 |
Color Harmonies of #D26F8C
Complementary color
Monochromatic Colors of #D26F8C
Black with #D26F8C
Text Example
Text Example
White with #D26F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F8C; }
p { color: rgb(210,111,140); }
H1.HeaderClassName
{
color: #D26F8C;
}
.AnyTagClassName
{
color: #D26F8C;
}
</style>
background-color css
<style>
a { background-color: #D26F8C; }
a { background-color: rgb(210,111,140); }
div.DivClassName
{
background-color: #D26F8C;
}
.BgClassName
{
background-color: #D26F8C;
}
</style>
border-color css
<style>
span { border-color: #D26F8C; }
span { border-color: rgb(210,111,140); }
td.TdClassName
{
border-color: #D26F8C;
}
.TagClassName
{
border-color: #D26F8C;
}
</style>