Shades of My Pink #D68885
Tints of My Pink #D68885
RGB
CMYK
RGB Variations
Color information
#D68885 (or 0xD68885) is known color: My Pink. HEX triplet: D6, 88 and 85. RGB value is (214,136,133). Sum of RGB (Red+Green+Blue) = 214+136+133=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D68885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68885 is #29777A. Grayscale: #9F9F9F. Windows color (decimal): -2717563 or 8751318. OLE color: 8751318.
HSL color Cylindrical-coordinate representation of color #D68885: hue angle of 2.22º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68885 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 133 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.16 |
| HSL | 2.22º | 0.5% | 0.68% | - |
| HSV(B) | 2.22º | 0.38% | 0.84% | - |
| XYZ | 40.77 | 33.6 | 26.53 | - |
| YUV | 158.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 133 | 0 | 0.36 | 0.38 | 0.16 | 2.22 | 0.5 | 0.68 |
| Hex | D6 | 88 | 85 | 0 | 24 | 26 | 10 | 2 | 32 | 44 |
| Octal | 326 | 210 | 205 | 0 | 44 | 46 | 20 | 2 | 62 | 104 |
| Binary | 11010110 | 10001000 | 10000101 | 0 | 100100 | 100110 | 10000 | 10 | 110010 | 1000100 |
Color Harmonies of #D68885
Complementary color
Monochromatic Colors of #D68885
Black with #D68885
Text Example
Text Example
White with #D68885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68885; }
p { color: rgb(214,136,133); }
H1.HeaderClassName
{
color: #D68885;
}
.AnyTagClassName
{
color: #D68885;
}
</style>
background-color css
<style>
a { background-color: #D68885; }
a { background-color: rgb(214,136,133); }
div.DivClassName
{
background-color: #D68885;
}
.BgClassName
{
background-color: #D68885;
}
</style>
border-color css
<style>
span { border-color: #D68885; }
span { border-color: rgb(214,136,133); }
td.TdClassName
{
border-color: #D68885;
}
.TagClassName
{
border-color: #D68885;
}
</style>