Shades of Charm #D67D8B
Tints of Charm #D67D8B
RGB
CMYK
RGB Variations
Color information
#D67D8B (or 0xD67D8B) is known color: Charm. HEX triplet: D6, 7D and 8B. RGB value is (214,125,139). Sum of RGB (Red+Green+Blue) = 214+125+139=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D8B is #298274. Grayscale: #999999. Windows color (decimal): -2720373 or 9141718. OLE color: 9141718.
HSL color Cylindrical-coordinate representation of color #D67D8B: hue angle of 350.56º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67D8B is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 139 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.16 |
| HSL | 350.56º | 0.52% | 0.66% | - |
| HSV(B) | 350.56º | 0.42% | 0.84% | - |
| XYZ | 39.73 | 30.83 | 28.28 | - |
| YUV | 153.21 | 119.99 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 139 | 0 | 0.42 | 0.35 | 0.16 | 350.56 | 0.52 | 0.66 |
| Hex | D6 | 7D | 8B | 0 | 2A | 23 | 10 | 15F | 34 | 42 |
| Octal | 326 | 175 | 213 | 0 | 52 | 43 | 20 | 537 | 64 | 102 |
| Binary | 11010110 | 1111101 | 10001011 | 0 | 101010 | 100011 | 10000 | 101011111 | 110100 | 1000010 |
Color Harmonies of #D67D8B
Complementary color
Monochromatic Colors of #D67D8B
Black with #D67D8B
Text Example
Text Example
White with #D67D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67D8B; }
p { color: rgb(214,125,139); }
H1.HeaderClassName
{
color: #D67D8B;
}
.AnyTagClassName
{
color: #D67D8B;
}
</style>
background-color css
<style>
a { background-color: #D67D8B; }
a { background-color: rgb(214,125,139); }
div.DivClassName
{
background-color: #D67D8B;
}
.BgClassName
{
background-color: #D67D8B;
}
</style>
border-color css
<style>
span { border-color: #D67D8B; }
span { border-color: rgb(214,125,139); }
td.TdClassName
{
border-color: #D67D8B;
}
.TagClassName
{
border-color: #D67D8B;
}
</style>