Shades of Charm #D37D93
Tints of Charm #D37D93
RGB
CMYK
RGB Variations
Color information
#D37D93 (or 0xD37D93) is known color: Charm. HEX triplet: D3, 7D and 93. RGB value is (211,125,147). Sum of RGB (Red+Green+Blue) = 211+125+147=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D37D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37D93 is #2C826C. Grayscale: #999999. Windows color (decimal): -2916973 or 9666003. OLE color: 9666003.
HSL color Cylindrical-coordinate representation of color #D37D93: hue angle of 344.65º 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 #D37D93 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 125 | 147 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.17 |
| HSL | 344.65º | 0.49% | 0.66% | - |
| HSV(B) | 344.65º | 0.41% | 0.83% | - |
| XYZ | 39.46 | 30.62 | 31.43 | - |
| YUV | 153.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 125 | 147 | 0 | 0.41 | 0.30 | 0.17 | 344.65 | 0.49 | 0.66 |
| Hex | D3 | 7D | 93 | 0 | 29 | 1E | 11 | 159 | 31 | 42 |
| Octal | 323 | 175 | 223 | 0 | 51 | 36 | 21 | 531 | 61 | 102 |
| Binary | 11010011 | 1111101 | 10010011 | 0 | 101001 | 11110 | 10001 | 101011001 | 110001 | 1000010 |
Color Harmonies of #D37D93
Complementary color
Monochromatic Colors of #D37D93
Black with #D37D93
Text Example
Text Example
White with #D37D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37D93; }
p { color: rgb(211,125,147); }
H1.HeaderClassName
{
color: #D37D93;
}
.AnyTagClassName
{
color: #D37D93;
}
</style>
background-color css
<style>
a { background-color: #D37D93; }
a { background-color: rgb(211,125,147); }
div.DivClassName
{
background-color: #D37D93;
}
.BgClassName
{
background-color: #D37D93;
}
</style>
border-color css
<style>
span { border-color: #D37D93; }
span { border-color: rgb(211,125,147); }
td.TdClassName
{
border-color: #D37D93;
}
.TagClassName
{
border-color: #D37D93;
}
</style>