Shades of Charm #D37D8A
Tints of Charm #D37D8A
RGB
CMYK
RGB Variations
Color information
#D37D8A (or 0xD37D8A) is known color: Charm. HEX triplet: D3, 7D and 8A. RGB value is (211,125,138). Sum of RGB (Red+Green+Blue) = 211+125+138=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37D8A is #2C8275. Grayscale: #989898. Windows color (decimal): -2916982 or 9076179. OLE color: 9076179.
HSL color Cylindrical-coordinate representation of color #D37D8A: hue angle of 350.93º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37D8A is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 138 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.17 |
| HSL | 350.93º | 0.49% | 0.66% | - |
| HSV(B) | 350.93º | 0.41% | 0.83% | - |
| XYZ | 38.79 | 30.35 | 27.86 | - |
| YUV | 152.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 138 | 0 | 0.41 | 0.35 | 0.17 | 350.93 | 0.49 | 0.66 |
| Hex | D3 | 7D | 8A | 0 | 29 | 23 | 11 | 15F | 31 | 42 |
| Octal | 323 | 175 | 212 | 0 | 51 | 43 | 21 | 537 | 61 | 102 |
| Binary | 11010011 | 1111101 | 10001010 | 0 | 101001 | 100011 | 10001 | 101011111 | 110001 | 1000010 |
Color Harmonies of #D37D8A
Complementary color
Monochromatic Colors of #D37D8A
Black with #D37D8A
Text Example
Text Example
White with #D37D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D8A; }
p { color: rgb(211,125,138); }
H1.HeaderClassName
{
color: #D37D8A;
}
.AnyTagClassName
{
color: #D37D8A;
}
</style>
background-color css
<style>
a { background-color: #D37D8A; }
a { background-color: rgb(211,125,138); }
div.DivClassName
{
background-color: #D37D8A;
}
.BgClassName
{
background-color: #D37D8A;
}
</style>
border-color css
<style>
span { border-color: #D37D8A; }
span { border-color: rgb(211,125,138); }
td.TdClassName
{
border-color: #D37D8A;
}
.TagClassName
{
border-color: #D37D8A;
}
</style>