Shades of My Pink #D38F7D
Tints of My Pink #D38F7D
RGB
CMYK
RGB Variations
Color information
#D38F7D (or 0xD38F7D) is known color: My Pink. HEX triplet: D3, 8F and 7D. RGB value is (211,143,125). Sum of RGB (Red+Green+Blue) = 211+143+125=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F7D is #2C7082. Grayscale: #A1A1A1. Windows color (decimal): -2912387 or 8228819. OLE color: 8228819.
HSL color Cylindrical-coordinate representation of color #D38F7D: hue angle of 12.56º 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 #D38F7D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 143 | 125 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.17 |
| HSL | 12.56º | 0.49% | 0.66% | - |
| HSV(B) | 12.56º | 0.41% | 0.83% | - |
| XYZ | 40.39 | 34.97 | 24.02 | - |
| YUV | 161.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 143 | 125 | 0 | 0.32 | 0.41 | 0.17 | 12.56 | 0.49 | 0.66 |
| Hex | D3 | 8F | 7D | 0 | 20 | 29 | 11 | D | 31 | 42 |
| Octal | 323 | 217 | 175 | 0 | 40 | 51 | 21 | 15 | 61 | 102 |
| Binary | 11010011 | 10001111 | 1111101 | 0 | 100000 | 101001 | 10001 | 1101 | 110001 | 1000010 |
Color Harmonies of #D38F7D
Complementary color
Monochromatic Colors of #D38F7D
Black with #D38F7D
Text Example
Text Example
White with #D38F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38F7D; }
p { color: rgb(211,143,125); }
H1.HeaderClassName
{
color: #D38F7D;
}
.AnyTagClassName
{
color: #D38F7D;
}
</style>
background-color css
<style>
a { background-color: #D38F7D; }
a { background-color: rgb(211,143,125); }
div.DivClassName
{
background-color: #D38F7D;
}
.BgClassName
{
background-color: #D38F7D;
}
</style>
border-color css
<style>
span { border-color: #D38F7D; }
span { border-color: rgb(211,143,125); }
td.TdClassName
{
border-color: #D38F7D;
}
.TagClassName
{
border-color: #D38F7D;
}
</style>