Shades of Charm #D8758A
Tints of Charm #D8758A
RGB
CMYK
RGB Variations
Color information
#D8758A (or 0xD8758A) is known color: Charm. HEX triplet: D8, 75 and 8A. RGB value is (216,117,138). Sum of RGB (Red+Green+Blue) = 216+117+138=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D8758A is #278A75. Grayscale: #959595. Windows color (decimal): -2591350 or 9074136. OLE color: 9074136.
HSL color Cylindrical-coordinate representation of color #D8758A: hue angle of 347.27º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8758A is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 138 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.15 |
| HSL | 347.27º | 0.56% | 0.65% | - |
| HSV(B) | 347.27º | 0.46% | 0.85% | - |
| XYZ | 39.27 | 29.16 | 27.6 | - |
| YUV | 149 | 121.8 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 138 | 0 | 0.46 | 0.36 | 0.15 | 347.27 | 0.56 | 0.65 |
| Hex | D8 | 75 | 8A | 0 | 2E | 24 | F | 15B | 38 | 41 |
| Octal | 330 | 165 | 212 | 0 | 56 | 44 | 17 | 533 | 70 | 101 |
| Binary | 11011000 | 1110101 | 10001010 | 0 | 101110 | 100100 | 1111 | 101011011 | 111000 | 1000001 |
Color Harmonies of #D8758A
Complementary color
Monochromatic Colors of #D8758A
Black with #D8758A
Text Example
Text Example
White with #D8758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8758A; }
p { color: rgb(216,117,138); }
H1.HeaderClassName
{
color: #D8758A;
}
.AnyTagClassName
{
color: #D8758A;
}
</style>
background-color css
<style>
a { background-color: #D8758A; }
a { background-color: rgb(216,117,138); }
div.DivClassName
{
background-color: #D8758A;
}
.BgClassName
{
background-color: #D8758A;
}
</style>
border-color css
<style>
span { border-color: #D8758A; }
span { border-color: rgb(216,117,138); }
td.TdClassName
{
border-color: #D8758A;
}
.TagClassName
{
border-color: #D8758A;
}
</style>