Shades of Charm #D3778F
Tints of Charm #D3778F
RGB
CMYK
RGB Variations
Color information
#D3778F (or 0xD3778F) is known color: Charm. HEX triplet: D3, 77 and 8F. RGB value is (211,119,143). Sum of RGB (Red+Green+Blue) = 211+119+143=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3778F is #2C8870. Grayscale: #959595. Windows color (decimal): -2918513 or 9402323. OLE color: 9402323.
HSL color Cylindrical-coordinate representation of color #D3778F: hue angle of 344.35º degrees, saturation: 0.51, 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 #D3778F is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 119 | 143 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.17 |
| HSL | 344.35º | 0.51% | 0.65% | - |
| HSV(B) | 344.35º | 0.44% | 0.83% | - |
| XYZ | 38.42 | 29.03 | 29.56 | - |
| YUV | 149.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 119 | 143 | 0 | 0.44 | 0.32 | 0.17 | 344.35 | 0.51 | 0.65 |
| Hex | D3 | 77 | 8F | 0 | 2C | 20 | 11 | 158 | 33 | 41 |
| Octal | 323 | 167 | 217 | 0 | 54 | 40 | 21 | 530 | 63 | 101 |
| Binary | 11010011 | 1110111 | 10001111 | 0 | 101100 | 100000 | 10001 | 101011000 | 110011 | 1000001 |
Color Harmonies of #D3778F
Complementary color
Monochromatic Colors of #D3778F
Black with #D3778F
Text Example
Text Example
White with #D3778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3778F; }
p { color: rgb(211,119,143); }
H1.HeaderClassName
{
color: #D3778F;
}
.AnyTagClassName
{
color: #D3778F;
}
</style>
background-color css
<style>
a { background-color: #D3778F; }
a { background-color: rgb(211,119,143); }
div.DivClassName
{
background-color: #D3778F;
}
.BgClassName
{
background-color: #D3778F;
}
</style>
border-color css
<style>
span { border-color: #D3778F; }
span { border-color: rgb(211,119,143); }
td.TdClassName
{
border-color: #D3778F;
}
.TagClassName
{
border-color: #D3778F;
}
</style>