Shades of Charm #D67992
Tints of Charm #D67992
RGB
CMYK
RGB Variations
Color information
#D67992 (or 0xD67992) is known color: Charm. HEX triplet: D6, 79 and 92. RGB value is (214,121,146). Sum of RGB (Red+Green+Blue) = 214+121+146=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D67992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67992 is #29866D. Grayscale: #979797. Windows color (decimal): -2721390 or 9599446. OLE color: 9599446.
HSL color Cylindrical-coordinate representation of color #D67992: hue angle of 343.87º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67992 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 146 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.16 |
| HSL | 343.87º | 0.53% | 0.66% | - |
| HSV(B) | 343.87º | 0.43% | 0.84% | - |
| XYZ | 39.76 | 30.05 | 30.9 | - |
| YUV | 151.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 146 | 0 | 0.43 | 0.32 | 0.16 | 343.87 | 0.53 | 0.66 |
| Hex | D6 | 79 | 92 | 0 | 2B | 20 | 10 | 158 | 35 | 42 |
| Octal | 326 | 171 | 222 | 0 | 53 | 40 | 20 | 530 | 65 | 102 |
| Binary | 11010110 | 1111001 | 10010010 | 0 | 101011 | 100000 | 10000 | 101011000 | 110101 | 1000010 |
Color Harmonies of #D67992
Complementary color
Monochromatic Colors of #D67992
Black with #D67992
Text Example
Text Example
White with #D67992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67992; }
p { color: rgb(214,121,146); }
H1.HeaderClassName
{
color: #D67992;
}
.AnyTagClassName
{
color: #D67992;
}
</style>
background-color css
<style>
a { background-color: #D67992; }
a { background-color: rgb(214,121,146); }
div.DivClassName
{
background-color: #D67992;
}
.BgClassName
{
background-color: #D67992;
}
</style>
border-color css
<style>
span { border-color: #D67992; }
span { border-color: rgb(214,121,146); }
td.TdClassName
{
border-color: #D67992;
}
.TagClassName
{
border-color: #D67992;
}
</style>