Shades of My Pink #D6897D
Tints of My Pink #D6897D
RGB
CMYK
RGB Variations
Color information
#D6897D (or 0xD6897D) is known color: My Pink. HEX triplet: D6, 89 and 7D. RGB value is (214,137,125). Sum of RGB (Red+Green+Blue) = 214+137+125=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6897D is #297682. Grayscale: #9E9E9E. Windows color (decimal): -2717315 or 8227286. OLE color: 8227286.
HSL color Cylindrical-coordinate representation of color #D6897D: hue angle of 8.09º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6897D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 125 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.16 |
| HSL | 8.09º | 0.52% | 0.66% | - |
| HSV(B) | 8.09º | 0.42% | 0.84% | - |
| XYZ | 40.38 | 33.67 | 23.77 | - |
| YUV | 158.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 125 | 0 | 0.36 | 0.42 | 0.16 | 8.09 | 0.52 | 0.66 |
| Hex | D6 | 89 | 7D | 0 | 24 | 2A | 10 | 8 | 34 | 42 |
| Octal | 326 | 211 | 175 | 0 | 44 | 52 | 20 | 10 | 64 | 102 |
| Binary | 11010110 | 10001001 | 1111101 | 0 | 100100 | 101010 | 10000 | 1000 | 110100 | 1000010 |
Color Harmonies of #D6897D
Complementary color
Monochromatic Colors of #D6897D
Black with #D6897D
Text Example
Text Example
White with #D6897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6897D; }
p { color: rgb(214,137,125); }
H1.HeaderClassName
{
color: #D6897D;
}
.AnyTagClassName
{
color: #D6897D;
}
</style>
background-color css
<style>
a { background-color: #D6897D; }
a { background-color: rgb(214,137,125); }
div.DivClassName
{
background-color: #D6897D;
}
.BgClassName
{
background-color: #D6897D;
}
</style>
border-color css
<style>
span { border-color: #D6897D; }
span { border-color: rgb(214,137,125); }
td.TdClassName
{
border-color: #D6897D;
}
.TagClassName
{
border-color: #D6897D;
}
</style>