Shades of My Pink #D68881
Tints of My Pink #D68881
RGB
CMYK
RGB Variations
Color information
#D68881 (or 0xD68881) is known color: My Pink. HEX triplet: D6, 88 and 81. RGB value is (214,136,129). Sum of RGB (Red+Green+Blue) = 214+136+129=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D68881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68881 is #29777E. Grayscale: #9E9E9E. Windows color (decimal): -2717567 or 8489174. OLE color: 8489174.
HSL color Cylindrical-coordinate representation of color #D68881: hue angle of 4.94º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68881 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 129 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.16 |
| HSL | 4.94º | 0.51% | 0.67% | - |
| HSV(B) | 4.94º | 0.4% | 0.84% | - |
| XYZ | 40.5 | 33.49 | 25.1 | - |
| YUV | 158.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 129 | 0 | 0.36 | 0.40 | 0.16 | 4.94 | 0.51 | 0.67 |
| Hex | D6 | 88 | 81 | 0 | 24 | 28 | 10 | 5 | 33 | 43 |
| Octal | 326 | 210 | 201 | 0 | 44 | 50 | 20 | 5 | 63 | 103 |
| Binary | 11010110 | 10001000 | 10000001 | 0 | 100100 | 101000 | 10000 | 101 | 110011 | 1000011 |
Color Harmonies of #D68881
Complementary color
Monochromatic Colors of #D68881
Black with #D68881
Text Example
Text Example
White with #D68881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68881; }
p { color: rgb(214,136,129); }
H1.HeaderClassName
{
color: #D68881;
}
.AnyTagClassName
{
color: #D68881;
}
</style>
background-color css
<style>
a { background-color: #D68881; }
a { background-color: rgb(214,136,129); }
div.DivClassName
{
background-color: #D68881;
}
.BgClassName
{
background-color: #D68881;
}
</style>
border-color css
<style>
span { border-color: #D68881; }
span { border-color: rgb(214,136,129); }
td.TdClassName
{
border-color: #D68881;
}
.TagClassName
{
border-color: #D68881;
}
</style>