Shades of My Pink #D2867B
Tints of My Pink #D2867B
RGB
CMYK
RGB Variations
Color information
#D2867B (or 0xD2867B) is known color: My Pink. HEX triplet: D2, 86 and 7B. RGB value is (210,134,123). Sum of RGB (Red+Green+Blue) = 210+134+123=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2867B is #2D7984. Grayscale: #9B9B9B. Windows color (decimal): -2980229 or 8095442. OLE color: 8095442.
HSL color Cylindrical-coordinate representation of color #D2867B: hue angle of 7.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2867B is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 123 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.18 |
| HSL | 7.59º | 0.49% | 0.65% | - |
| HSV(B) | 7.59º | 0.41% | 0.82% | - |
| XYZ | 38.68 | 32.18 | 22.91 | - |
| YUV | 155.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 123 | 0 | 0.36 | 0.41 | 0.18 | 7.59 | 0.49 | 0.65 |
| Hex | D2 | 86 | 7B | 0 | 24 | 29 | 12 | 8 | 31 | 41 |
| Octal | 322 | 206 | 173 | 0 | 44 | 51 | 22 | 10 | 61 | 101 |
| Binary | 11010010 | 10000110 | 1111011 | 0 | 100100 | 101001 | 10010 | 1000 | 110001 | 1000001 |
Color Harmonies of #D2867B
Complementary color
Monochromatic Colors of #D2867B
Black with #D2867B
Text Example
Text Example
White with #D2867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2867B; }
p { color: rgb(210,134,123); }
H1.HeaderClassName
{
color: #D2867B;
}
.AnyTagClassName
{
color: #D2867B;
}
</style>
background-color css
<style>
a { background-color: #D2867B; }
a { background-color: rgb(210,134,123); }
div.DivClassName
{
background-color: #D2867B;
}
.BgClassName
{
background-color: #D2867B;
}
</style>
border-color css
<style>
span { border-color: #D2867B; }
span { border-color: rgb(210,134,123); }
td.TdClassName
{
border-color: #D2867B;
}
.TagClassName
{
border-color: #D2867B;
}
</style>