Shades of My Pink #D68F88
Tints of My Pink #D68F88
RGB
CMYK
RGB Variations
Color information
#D68F88 (or 0xD68F88) is known color: My Pink. HEX triplet: D6, 8F and 88. RGB value is (214,143,136). Sum of RGB (Red+Green+Blue) = 214+143+136=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68F88 is #297077. Grayscale: #A3A3A3. Windows color (decimal): -2715768 or 8949718. OLE color: 8949718.
HSL color Cylindrical-coordinate representation of color #D68F88: hue angle of 5.38º 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 #D68F88 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 136 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.16 |
| HSL | 5.38º | 0.49% | 0.69% | - |
| HSV(B) | 5.38º | 0.36% | 0.84% | - |
| XYZ | 42 | 35.72 | 27.97 | - |
| YUV | 163.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 136 | 0 | 0.33 | 0.36 | 0.16 | 5.38 | 0.49 | 0.69 |
| Hex | D6 | 8F | 88 | 0 | 21 | 24 | 10 | 5 | 31 | 45 |
| Octal | 326 | 217 | 210 | 0 | 41 | 44 | 20 | 5 | 61 | 105 |
| Binary | 11010110 | 10001111 | 10001000 | 0 | 100001 | 100100 | 10000 | 101 | 110001 | 1000101 |
Color Harmonies of #D68F88
Complementary color
Monochromatic Colors of #D68F88
Black with #D68F88
Text Example
Text Example
White with #D68F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F88; }
p { color: rgb(214,143,136); }
H1.HeaderClassName
{
color: #D68F88;
}
.AnyTagClassName
{
color: #D68F88;
}
</style>
background-color css
<style>
a { background-color: #D68F88; }
a { background-color: rgb(214,143,136); }
div.DivClassName
{
background-color: #D68F88;
}
.BgClassName
{
background-color: #D68F88;
}
</style>
border-color css
<style>
span { border-color: #D68F88; }
span { border-color: rgb(214,143,136); }
td.TdClassName
{
border-color: #D68F88;
}
.TagClassName
{
border-color: #D68F88;
}
</style>