Shades of My Pink #D69481
Tints of My Pink #D69481
RGB
CMYK
RGB Variations
Color information
#D69481 (or 0xD69481) is known color: My Pink. HEX triplet: D6, 94 and 81. RGB value is (214,148,129). Sum of RGB (Red+Green+Blue) = 214+148+129=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D69481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69481 is #296B7E. Grayscale: #A5A5A5. Windows color (decimal): -2714495 or 8492246. OLE color: 8492246.
HSL color Cylindrical-coordinate representation of color #D69481: hue angle of 13.41º 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 #D69481 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 129 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.16 |
| HSL | 13.41º | 0.51% | 0.67% | - |
| HSV(B) | 13.41º | 0.4% | 0.84% | - |
| XYZ | 42.28 | 37.06 | 25.69 | - |
| YUV | 165.57 | 107.37 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 129 | 0 | 0.31 | 0.40 | 0.16 | 13.41 | 0.51 | 0.67 |
| Hex | D6 | 94 | 81 | 0 | 1F | 28 | 10 | D | 33 | 43 |
| Octal | 326 | 224 | 201 | 0 | 37 | 50 | 20 | 15 | 63 | 103 |
| Binary | 11010110 | 10010100 | 10000001 | 0 | 11111 | 101000 | 10000 | 1101 | 110011 | 1000011 |
Color Harmonies of #D69481
Complementary color
Monochromatic Colors of #D69481
Black with #D69481
Text Example
Text Example
White with #D69481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69481; }
p { color: rgb(214,148,129); }
H1.HeaderClassName
{
color: #D69481;
}
.AnyTagClassName
{
color: #D69481;
}
</style>
background-color css
<style>
a { background-color: #D69481; }
a { background-color: rgb(214,148,129); }
div.DivClassName
{
background-color: #D69481;
}
.BgClassName
{
background-color: #D69481;
}
</style>
border-color css
<style>
span { border-color: #D69481; }
span { border-color: rgb(214,148,129); }
td.TdClassName
{
border-color: #D69481;
}
.TagClassName
{
border-color: #D69481;
}
</style>