Shades of Charm #D37D8C
Tints of Charm #D37D8C
RGB
CMYK
RGB Variations
Color information
#D37D8C (or 0xD37D8C) is known color: Charm. HEX triplet: D3, 7D and 8C. RGB value is (211,125,140). Sum of RGB (Red+Green+Blue) = 211+125+140=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37D8C is #2C8273. Grayscale: #989898. Windows color (decimal): -2916980 or 9207251. OLE color: 9207251.
HSL color Cylindrical-coordinate representation of color #D37D8C: hue angle of 349.53º 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 #D37D8C is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 140 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.17 |
| HSL | 349.53º | 0.49% | 0.66% | - |
| HSV(B) | 349.53º | 0.41% | 0.83% | - |
| XYZ | 38.93 | 30.41 | 28.63 | - |
| YUV | 152.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 140 | 0 | 0.41 | 0.34 | 0.17 | 349.53 | 0.49 | 0.66 |
| Hex | D3 | 7D | 8C | 0 | 29 | 22 | 11 | 15E | 31 | 42 |
| Octal | 323 | 175 | 214 | 0 | 51 | 42 | 21 | 536 | 61 | 102 |
| Binary | 11010011 | 1111101 | 10001100 | 0 | 101001 | 100010 | 10001 | 101011110 | 110001 | 1000010 |
Color Harmonies of #D37D8C
Complementary color
Monochromatic Colors of #D37D8C
Black with #D37D8C
Text Example
Text Example
White with #D37D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D8C; }
p { color: rgb(211,125,140); }
H1.HeaderClassName
{
color: #D37D8C;
}
.AnyTagClassName
{
color: #D37D8C;
}
</style>
background-color css
<style>
a { background-color: #D37D8C; }
a { background-color: rgb(211,125,140); }
div.DivClassName
{
background-color: #D37D8C;
}
.BgClassName
{
background-color: #D37D8C;
}
</style>
border-color css
<style>
span { border-color: #D37D8C; }
span { border-color: rgb(211,125,140); }
td.TdClassName
{
border-color: #D37D8C;
}
.TagClassName
{
border-color: #D37D8C;
}
</style>