Shades of Charm #D4768F
Tints of Charm #D4768F
RGB
CMYK
RGB Variations
Color information
#D4768F (or 0xD4768F) is known color: Charm. HEX triplet: D4, 76 and 8F. RGB value is (212,118,143). Sum of RGB (Red+Green+Blue) = 212+118+143=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D4768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4768F is #2B8970. Grayscale: #949494. Windows color (decimal): -2853233 or 9402068. OLE color: 9402068.
HSL color Cylindrical-coordinate representation of color #D4768F: hue angle of 344.04º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4768F is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 143 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.17 |
| HSL | 344.04º | 0.52% | 0.65% | - |
| HSV(B) | 344.04º | 0.44% | 0.83% | - |
| XYZ | 38.59 | 28.94 | 29.54 | - |
| YUV | 148.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 143 | 0 | 0.44 | 0.33 | 0.17 | 344.04 | 0.52 | 0.65 |
| Hex | D4 | 76 | 8F | 0 | 2C | 21 | 11 | 158 | 34 | 41 |
| Octal | 324 | 166 | 217 | 0 | 54 | 41 | 21 | 530 | 64 | 101 |
| Binary | 11010100 | 1110110 | 10001111 | 0 | 101100 | 100001 | 10001 | 101011000 | 110100 | 1000001 |
Color Harmonies of #D4768F
Complementary color
Monochromatic Colors of #D4768F
Black with #D4768F
Text Example
Text Example
White with #D4768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4768F; }
p { color: rgb(212,118,143); }
H1.HeaderClassName
{
color: #D4768F;
}
.AnyTagClassName
{
color: #D4768F;
}
</style>
background-color css
<style>
a { background-color: #D4768F; }
a { background-color: rgb(212,118,143); }
div.DivClassName
{
background-color: #D4768F;
}
.BgClassName
{
background-color: #D4768F;
}
</style>
border-color css
<style>
span { border-color: #D4768F; }
span { border-color: rgb(212,118,143); }
td.TdClassName
{
border-color: #D4768F;
}
.TagClassName
{
border-color: #D4768F;
}
</style>