Shades of My Pink #D3857D
Tints of My Pink #D3857D
RGB
CMYK
RGB Variations
Color information
#D3857D (or 0xD3857D) is known color: My Pink. HEX triplet: D3, 85 and 7D. RGB value is (211,133,125). Sum of RGB (Red+Green+Blue) = 211+133+125=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3857D is #2C7A82. Grayscale: #9B9B9B. Windows color (decimal): -2914947 or 8226259. OLE color: 8226259.
HSL color Cylindrical-coordinate representation of color #D3857D: hue angle of 5.58º 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 #D3857D is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 125 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.17 |
| HSL | 5.58º | 0.49% | 0.66% | - |
| HSV(B) | 5.58º | 0.41% | 0.83% | - |
| XYZ | 38.95 | 32.1 | 23.55 | - |
| YUV | 155.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 125 | 0 | 0.37 | 0.41 | 0.17 | 5.58 | 0.49 | 0.66 |
| Hex | D3 | 85 | 7D | 0 | 25 | 29 | 11 | 6 | 31 | 42 |
| Octal | 323 | 205 | 175 | 0 | 45 | 51 | 21 | 6 | 61 | 102 |
| Binary | 11010011 | 10000101 | 1111101 | 0 | 100101 | 101001 | 10001 | 110 | 110001 | 1000010 |
Color Harmonies of #D3857D
Complementary color
Monochromatic Colors of #D3857D
Black with #D3857D
Text Example
Text Example
White with #D3857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3857D; }
p { color: rgb(211,133,125); }
H1.HeaderClassName
{
color: #D3857D;
}
.AnyTagClassName
{
color: #D3857D;
}
</style>
background-color css
<style>
a { background-color: #D3857D; }
a { background-color: rgb(211,133,125); }
div.DivClassName
{
background-color: #D3857D;
}
.BgClassName
{
background-color: #D3857D;
}
</style>
border-color css
<style>
span { border-color: #D3857D; }
span { border-color: rgb(211,133,125); }
td.TdClassName
{
border-color: #D3857D;
}
.TagClassName
{
border-color: #D3857D;
}
</style>