Shades of My Pink #D6927F
Tints of My Pink #D6927F
RGB
CMYK
RGB Variations
Color information
#D6927F (or 0xD6927F) is known color: My Pink. HEX triplet: D6, 92 and 7F. RGB value is (214,146,127). Sum of RGB (Red+Green+Blue) = 214+146+127=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6927F is #296D80. Grayscale: #A4A4A4. Windows color (decimal): -2715009 or 8360662. OLE color: 8360662.
HSL color Cylindrical-coordinate representation of color #D6927F: hue angle of 13.1º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6927F is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 127 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.16 |
| HSL | 13.1º | 0.51% | 0.67% | - |
| HSV(B) | 13.1º | 0.41% | 0.84% | - |
| XYZ | 41.84 | 36.39 | 24.9 | - |
| YUV | 164.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 127 | 0 | 0.32 | 0.41 | 0.16 | 13.1 | 0.51 | 0.67 |
| Hex | D6 | 92 | 7F | 0 | 20 | 29 | 10 | D | 33 | 43 |
| Octal | 326 | 222 | 177 | 0 | 40 | 51 | 20 | 15 | 63 | 103 |
| Binary | 11010110 | 10010010 | 1111111 | 0 | 100000 | 101001 | 10000 | 1101 | 110011 | 1000011 |
Color Harmonies of #D6927F
Complementary color
Monochromatic Colors of #D6927F
Black with #D6927F
Text Example
Text Example
White with #D6927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6927F; }
p { color: rgb(214,146,127); }
H1.HeaderClassName
{
color: #D6927F;
}
.AnyTagClassName
{
color: #D6927F;
}
</style>
background-color css
<style>
a { background-color: #D6927F; }
a { background-color: rgb(214,146,127); }
div.DivClassName
{
background-color: #D6927F;
}
.BgClassName
{
background-color: #D6927F;
}
</style>
border-color css
<style>
span { border-color: #D6927F; }
span { border-color: rgb(214,146,127); }
td.TdClassName
{
border-color: #D6927F;
}
.TagClassName
{
border-color: #D6927F;
}
</style>