Shades of Charm #D3758A
Tints of Charm #D3758A
RGB
CMYK
RGB Variations
Color information
#D3758A (or 0xD3758A) is known color: Charm. HEX triplet: D3, 75 and 8A. RGB value is (211,117,138). Sum of RGB (Red+Green+Blue) = 211+117+138=466 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.28% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 211 - color contains mainly: red. Hex color #D3758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3758A is #2C8A75. Grayscale: #939393. Windows color (decimal): -2919030 or 9074131. OLE color: 9074131.
HSL color Cylindrical-coordinate representation of color #D3758A: hue angle of 346.6º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3758A is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 138 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.17 |
| HSL | 346.6º | 0.52% | 0.64% | - |
| HSV(B) | 346.6º | 0.45% | 0.83% | - |
| XYZ | 37.81 | 28.41 | 27.53 | - |
| YUV | 147.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 138 | 0 | 0.45 | 0.35 | 0.17 | 346.6 | 0.52 | 0.64 |
| Hex | D3 | 75 | 8A | 0 | 2D | 23 | 11 | 15B | 34 | 40 |
| Octal | 323 | 165 | 212 | 0 | 55 | 43 | 21 | 533 | 64 | 100 |
| Binary | 11010011 | 1110101 | 10001010 | 0 | 101101 | 100011 | 10001 | 101011011 | 110100 | 1000000 |
Color Harmonies of #D3758A
Complementary color
Monochromatic Colors of #D3758A
Black with #D3758A
Text Example
Text Example
White with #D3758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3758A; }
p { color: rgb(211,117,138); }
H1.HeaderClassName
{
color: #D3758A;
}
.AnyTagClassName
{
color: #D3758A;
}
</style>
background-color css
<style>
a { background-color: #D3758A; }
a { background-color: rgb(211,117,138); }
div.DivClassName
{
background-color: #D3758A;
}
.BgClassName
{
background-color: #D3758A;
}
</style>
border-color css
<style>
span { border-color: #D3758A; }
span { border-color: rgb(211,117,138); }
td.TdClassName
{
border-color: #D3758A;
}
.TagClassName
{
border-color: #D3758A;
}
</style>