Shades of My Pink #D2897D
Tints of My Pink #D2897D
RGB
CMYK
RGB Variations
Color information
#D2897D (or 0xD2897D) is known color: My Pink. HEX triplet: D2, 89 and 7D. RGB value is (210,137,125). Sum of RGB (Red+Green+Blue) = 210+137+125=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2897D is #2D7682. Grayscale: #9D9D9D. Windows color (decimal): -2979459 or 8227282. OLE color: 8227282.
HSL color Cylindrical-coordinate representation of color #D2897D: hue angle of 8.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2897D is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 125 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.18 |
| HSL | 8.47º | 0.49% | 0.66% | - |
| HSV(B) | 8.47º | 0.4% | 0.82% | - |
| XYZ | 39.23 | 33.07 | 23.72 | - |
| YUV | 157.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 125 | 0 | 0.35 | 0.40 | 0.18 | 8.47 | 0.49 | 0.66 |
| Hex | D2 | 89 | 7D | 0 | 23 | 28 | 12 | 8 | 31 | 42 |
| Octal | 322 | 211 | 175 | 0 | 43 | 50 | 22 | 10 | 61 | 102 |
| Binary | 11010010 | 10001001 | 1111101 | 0 | 100011 | 101000 | 10010 | 1000 | 110001 | 1000010 |
Color Harmonies of #D2897D
Complementary color
Monochromatic Colors of #D2897D
Black with #D2897D
Text Example
Text Example
White with #D2897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2897D; }
p { color: rgb(210,137,125); }
H1.HeaderClassName
{
color: #D2897D;
}
.AnyTagClassName
{
color: #D2897D;
}
</style>
background-color css
<style>
a { background-color: #D2897D; }
a { background-color: rgb(210,137,125); }
div.DivClassName
{
background-color: #D2897D;
}
.BgClassName
{
background-color: #D2897D;
}
</style>
border-color css
<style>
span { border-color: #D2897D; }
span { border-color: rgb(210,137,125); }
td.TdClassName
{
border-color: #D2897D;
}
.TagClassName
{
border-color: #D2897D;
}
</style>