Shades of Charm #D37F8A
Tints of Charm #D37F8A
RGB
CMYK
RGB Variations
Color information
#D37F8A (or 0xD37F8A) is known color: Charm. HEX triplet: D3, 7F and 8A. RGB value is (211,127,138). Sum of RGB (Red+Green+Blue) = 211+127+138=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37F8A is #2C8075. Grayscale: #999999. Windows color (decimal): -2916470 or 9076691. OLE color: 9076691.
HSL color Cylindrical-coordinate representation of color #D37F8A: hue angle of 352.14º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37F8A is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 138 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.17 |
| HSL | 352.14º | 0.49% | 0.66% | - |
| HSV(B) | 352.14º | 0.4% | 0.83% | - |
| XYZ | 39.04 | 30.86 | 27.94 | - |
| YUV | 153.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 138 | 0 | 0.40 | 0.35 | 0.17 | 352.14 | 0.49 | 0.66 |
| Hex | D3 | 7F | 8A | 0 | 28 | 23 | 11 | 160 | 31 | 42 |
| Octal | 323 | 177 | 212 | 0 | 50 | 43 | 21 | 540 | 61 | 102 |
| Binary | 11010011 | 1111111 | 10001010 | 0 | 101000 | 100011 | 10001 | 101100000 | 110001 | 1000010 |
Color Harmonies of #D37F8A
Complementary color
Monochromatic Colors of #D37F8A
Black with #D37F8A
Text Example
Text Example
White with #D37F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F8A; }
p { color: rgb(211,127,138); }
H1.HeaderClassName
{
color: #D37F8A;
}
.AnyTagClassName
{
color: #D37F8A;
}
</style>
background-color css
<style>
a { background-color: #D37F8A; }
a { background-color: rgb(211,127,138); }
div.DivClassName
{
background-color: #D37F8A;
}
.BgClassName
{
background-color: #D37F8A;
}
</style>
border-color css
<style>
span { border-color: #D37F8A; }
span { border-color: rgb(211,127,138); }
td.TdClassName
{
border-color: #D37F8A;
}
.TagClassName
{
border-color: #D37F8A;
}
</style>