Shades of My Pink #D68781
Tints of My Pink #D68781
RGB
CMYK
RGB Variations
Color information
#D68781 (or 0xD68781) is known color: My Pink. HEX triplet: D6, 87 and 81. RGB value is (214,135,129). Sum of RGB (Red+Green+Blue) = 214+135+129=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D68781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68781 is #29787E. Grayscale: #9E9E9E. Windows color (decimal): -2717823 or 8488918. OLE color: 8488918.
HSL color Cylindrical-coordinate representation of color #D68781: hue angle of 4.24º 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 #D68781 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 129 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.16 |
| HSL | 4.24º | 0.51% | 0.67% | - |
| HSV(B) | 4.24º | 0.4% | 0.84% | - |
| XYZ | 40.36 | 33.21 | 25.05 | - |
| YUV | 157.94 | 111.67 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 129 | 0 | 0.37 | 0.40 | 0.16 | 4.24 | 0.51 | 0.67 |
| Hex | D6 | 87 | 81 | 0 | 25 | 28 | 10 | 4 | 33 | 43 |
| Octal | 326 | 207 | 201 | 0 | 45 | 50 | 20 | 4 | 63 | 103 |
| Binary | 11010110 | 10000111 | 10000001 | 0 | 100101 | 101000 | 10000 | 100 | 110011 | 1000011 |
Color Harmonies of #D68781
Complementary color
Monochromatic Colors of #D68781
Black with #D68781
Text Example
Text Example
White with #D68781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68781; }
p { color: rgb(214,135,129); }
H1.HeaderClassName
{
color: #D68781;
}
.AnyTagClassName
{
color: #D68781;
}
</style>
background-color css
<style>
a { background-color: #D68781; }
a { background-color: rgb(214,135,129); }
div.DivClassName
{
background-color: #D68781;
}
.BgClassName
{
background-color: #D68781;
}
</style>
border-color css
<style>
span { border-color: #D68781; }
span { border-color: rgb(214,135,129); }
td.TdClassName
{
border-color: #D68781;
}
.TagClassName
{
border-color: #D68781;
}
</style>