Shades of Charm #D5798B
Tints of Charm #D5798B
RGB
CMYK
RGB Variations
Color information
#D5798B (or 0xD5798B) is known color: Charm. HEX triplet: D5, 79 and 8B. RGB value is (213,121,139). Sum of RGB (Red+Green+Blue) = 213+121+139=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5798B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5798B is #2A8674. Grayscale: #969696. Windows color (decimal): -2786933 or 9140693. OLE color: 9140693.
HSL color Cylindrical-coordinate representation of color #D5798B: hue angle of 348.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5798B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 139 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.16 |
| HSL | 348.26º | 0.52% | 0.65% | - |
| HSV(B) | 348.26º | 0.43% | 0.84% | - |
| XYZ | 38.94 | 29.68 | 28.1 | - |
| YUV | 150.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 139 | 0 | 0.43 | 0.35 | 0.16 | 348.26 | 0.52 | 0.65 |
| Hex | D5 | 79 | 8B | 0 | 2B | 23 | 10 | 15C | 34 | 41 |
| Octal | 325 | 171 | 213 | 0 | 53 | 43 | 20 | 534 | 64 | 101 |
| Binary | 11010101 | 1111001 | 10001011 | 0 | 101011 | 100011 | 10000 | 101011100 | 110100 | 1000001 |
Color Harmonies of #D5798B
Complementary color
Monochromatic Colors of #D5798B
Black with #D5798B
Text Example
Text Example
White with #D5798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5798B; }
p { color: rgb(213,121,139); }
H1.HeaderClassName
{
color: #D5798B;
}
.AnyTagClassName
{
color: #D5798B;
}
</style>
background-color css
<style>
a { background-color: #D5798B; }
a { background-color: rgb(213,121,139); }
div.DivClassName
{
background-color: #D5798B;
}
.BgClassName
{
background-color: #D5798B;
}
</style>
border-color css
<style>
span { border-color: #D5798B; }
span { border-color: rgb(213,121,139); }
td.TdClassName
{
border-color: #D5798B;
}
.TagClassName
{
border-color: #D5798B;
}
</style>