Shades of My Pink #D3907D
Tints of My Pink #D3907D
RGB
CMYK
RGB Variations
Color information
#D3907D (or 0xD3907D) is known color: My Pink. HEX triplet: D3, 90 and 7D. RGB value is (211,144,125). Sum of RGB (Red+Green+Blue) = 211+144+125=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D3907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3907D is #2C6F82. Grayscale: #A2A2A2. Windows color (decimal): -2912131 or 8229075. OLE color: 8229075.
HSL color Cylindrical-coordinate representation of color #D3907D: hue angle of 13.26º 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 #D3907D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 144 | 125 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.17 |
| HSL | 13.26º | 0.49% | 0.66% | - |
| HSV(B) | 13.26º | 0.41% | 0.83% | - |
| XYZ | 40.54 | 35.28 | 24.07 | - |
| YUV | 161.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 144 | 125 | 0 | 0.32 | 0.41 | 0.17 | 13.26 | 0.49 | 0.66 |
| Hex | D3 | 90 | 7D | 0 | 20 | 29 | 11 | D | 31 | 42 |
| Octal | 323 | 220 | 175 | 0 | 40 | 51 | 21 | 15 | 61 | 102 |
| Binary | 11010011 | 10010000 | 1111101 | 0 | 100000 | 101001 | 10001 | 1101 | 110001 | 1000010 |
Color Harmonies of #D3907D
Complementary color
Monochromatic Colors of #D3907D
Black with #D3907D
Text Example
Text Example
White with #D3907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3907D; }
p { color: rgb(211,144,125); }
H1.HeaderClassName
{
color: #D3907D;
}
.AnyTagClassName
{
color: #D3907D;
}
</style>
background-color css
<style>
a { background-color: #D3907D; }
a { background-color: rgb(211,144,125); }
div.DivClassName
{
background-color: #D3907D;
}
.BgClassName
{
background-color: #D3907D;
}
</style>
border-color css
<style>
span { border-color: #D3907D; }
span { border-color: rgb(211,144,125); }
td.TdClassName
{
border-color: #D3907D;
}
.TagClassName
{
border-color: #D3907D;
}
</style>