Shades of My Pink #D69188
Tints of My Pink #D69188
RGB
CMYK
RGB Variations
Color information
#D69188 (or 0xD69188) is known color: My Pink. HEX triplet: D6, 91 and 88. RGB value is (214,145,136). Sum of RGB (Red+Green+Blue) = 214+145+136=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D69188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69188 is #296E77. Grayscale: #A4A4A4. Windows color (decimal): -2715256 or 8950230. OLE color: 8950230.
HSL color Cylindrical-coordinate representation of color #D69188: hue angle of 6.92º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D69188 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 136 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.16 |
| HSL | 6.92º | 0.49% | 0.69% | - |
| HSV(B) | 6.92º | 0.36% | 0.84% | - |
| XYZ | 42.3 | 36.32 | 28.07 | - |
| YUV | 164.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 136 | 0 | 0.32 | 0.36 | 0.16 | 6.92 | 0.49 | 0.69 |
| Hex | D6 | 91 | 88 | 0 | 20 | 24 | 10 | 7 | 31 | 45 |
| Octal | 326 | 221 | 210 | 0 | 40 | 44 | 20 | 7 | 61 | 105 |
| Binary | 11010110 | 10010001 | 10001000 | 0 | 100000 | 100100 | 10000 | 111 | 110001 | 1000101 |
Color Harmonies of #D69188
Complementary color
Monochromatic Colors of #D69188
Black with #D69188
Text Example
Text Example
White with #D69188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69188; }
p { color: rgb(214,145,136); }
H1.HeaderClassName
{
color: #D69188;
}
.AnyTagClassName
{
color: #D69188;
}
</style>
background-color css
<style>
a { background-color: #D69188; }
a { background-color: rgb(214,145,136); }
div.DivClassName
{
background-color: #D69188;
}
.BgClassName
{
background-color: #D69188;
}
</style>
border-color css
<style>
span { border-color: #D69188; }
span { border-color: rgb(214,145,136); }
td.TdClassName
{
border-color: #D69188;
}
.TagClassName
{
border-color: #D69188;
}
</style>