Shades of Charm #D26F8B
Tints of Charm #D26F8B
RGB
CMYK
RGB Variations
Color information
#D26F8B (or 0xD26F8B) is known color: Charm. HEX triplet: D2, 6F and 8B. RGB value is (210,111,139). Sum of RGB (Red+Green+Blue) = 210+111+139=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26F8B is #2D9074. Grayscale: #8F8F8F. Windows color (decimal): -2986101 or 9138130. OLE color: 9138130.
HSL color Cylindrical-coordinate representation of color #D26F8B: hue angle of 343.03º 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 #D26F8B is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 139 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.18 |
| HSL | 343.03º | 0.52% | 0.63% | - |
| HSV(B) | 343.03º | 0.47% | 0.82% | - |
| XYZ | 36.92 | 26.93 | 27.68 | - |
| YUV | 143.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 139 | 0 | 0.47 | 0.34 | 0.18 | 343.03 | 0.52 | 0.63 |
| Hex | D2 | 6F | 8B | 0 | 2F | 22 | 12 | 157 | 34 | 3F |
| Octal | 322 | 157 | 213 | 0 | 57 | 42 | 22 | 527 | 64 | 77 |
| Binary | 11010010 | 1101111 | 10001011 | 0 | 101111 | 100010 | 10010 | 101010111 | 110100 | 111111 |
Color Harmonies of #D26F8B
Complementary color
Monochromatic Colors of #D26F8B
Black with #D26F8B
Text Example
Text Example
White with #D26F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F8B; }
p { color: rgb(210,111,139); }
H1.HeaderClassName
{
color: #D26F8B;
}
.AnyTagClassName
{
color: #D26F8B;
}
</style>
background-color css
<style>
a { background-color: #D26F8B; }
a { background-color: rgb(210,111,139); }
div.DivClassName
{
background-color: #D26F8B;
}
.BgClassName
{
background-color: #D26F8B;
}
</style>
border-color css
<style>
span { border-color: #D26F8B; }
span { border-color: rgb(210,111,139); }
td.TdClassName
{
border-color: #D26F8B;
}
.TagClassName
{
border-color: #D26F8B;
}
</style>