Shades of My Pink #D68A81
Tints of My Pink #D68A81
RGB
CMYK
RGB Variations
Color information
#D68A81 (or 0xD68A81) is known color: My Pink. HEX triplet: D6, 8A and 81. RGB value is (214,138,129). Sum of RGB (Red+Green+Blue) = 214+138+129=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68A81 is #29757E. Grayscale: #9F9F9F. Windows color (decimal): -2717055 or 8489686. OLE color: 8489686.
HSL color Cylindrical-coordinate representation of color #D68A81: hue angle of 6.35º 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 #D68A81 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 129 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.16 |
| HSL | 6.35º | 0.51% | 0.67% | - |
| HSV(B) | 6.35º | 0.4% | 0.84% | - |
| XYZ | 40.78 | 34.06 | 25.19 | - |
| YUV | 159.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 129 | 0 | 0.36 | 0.40 | 0.16 | 6.35 | 0.51 | 0.67 |
| Hex | D6 | 8A | 81 | 0 | 24 | 28 | 10 | 6 | 33 | 43 |
| Octal | 326 | 212 | 201 | 0 | 44 | 50 | 20 | 6 | 63 | 103 |
| Binary | 11010110 | 10001010 | 10000001 | 0 | 100100 | 101000 | 10000 | 110 | 110011 | 1000011 |
Color Harmonies of #D68A81
Complementary color
Monochromatic Colors of #D68A81
Black with #D68A81
Text Example
Text Example
White with #D68A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A81; }
p { color: rgb(214,138,129); }
H1.HeaderClassName
{
color: #D68A81;
}
.AnyTagClassName
{
color: #D68A81;
}
</style>
background-color css
<style>
a { background-color: #D68A81; }
a { background-color: rgb(214,138,129); }
div.DivClassName
{
background-color: #D68A81;
}
.BgClassName
{
background-color: #D68A81;
}
</style>
border-color css
<style>
span { border-color: #D68A81; }
span { border-color: rgb(214,138,129); }
td.TdClassName
{
border-color: #D68A81;
}
.TagClassName
{
border-color: #D68A81;
}
</style>