Shades of Charm #D4758D
Tints of Charm #D4758D
RGB
CMYK
RGB Variations
Color information
#D4758D (or 0xD4758D) is known color: Charm. HEX triplet: D4, 75 and 8D. RGB value is (212,117,141). Sum of RGB (Red+Green+Blue) = 212+117+141=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D4758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4758D is #2B8A72. Grayscale: #949494. Windows color (decimal): -2853491 or 9270740. OLE color: 9270740.
HSL color Cylindrical-coordinate representation of color #D4758D: hue angle of 344.84º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4758D is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 141 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.17 |
| HSL | 344.84º | 0.52% | 0.65% | - |
| HSV(B) | 344.84º | 0.45% | 0.83% | - |
| XYZ | 38.32 | 28.64 | 28.71 | - |
| YUV | 148.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 141 | 0 | 0.45 | 0.33 | 0.17 | 344.84 | 0.52 | 0.65 |
| Hex | D4 | 75 | 8D | 0 | 2D | 21 | 11 | 159 | 34 | 41 |
| Octal | 324 | 165 | 215 | 0 | 55 | 41 | 21 | 531 | 64 | 101 |
| Binary | 11010100 | 1110101 | 10001101 | 0 | 101101 | 100001 | 10001 | 101011001 | 110100 | 1000001 |
Color Harmonies of #D4758D
Complementary color
Monochromatic Colors of #D4758D
Black with #D4758D
Text Example
Text Example
White with #D4758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4758D; }
p { color: rgb(212,117,141); }
H1.HeaderClassName
{
color: #D4758D;
}
.AnyTagClassName
{
color: #D4758D;
}
</style>
background-color css
<style>
a { background-color: #D4758D; }
a { background-color: rgb(212,117,141); }
div.DivClassName
{
background-color: #D4758D;
}
.BgClassName
{
background-color: #D4758D;
}
</style>
border-color css
<style>
span { border-color: #D4758D; }
span { border-color: rgb(212,117,141); }
td.TdClassName
{
border-color: #D4758D;
}
.TagClassName
{
border-color: #D4758D;
}
</style>