Shades of My Pink #D68B7D
Tints of My Pink #D68B7D
RGB
CMYK
RGB Variations
Color information
#D68B7D (or 0xD68B7D) is known color: My Pink. HEX triplet: D6, 8B and 7D. RGB value is (214,139,125). Sum of RGB (Red+Green+Blue) = 214+139+125=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B7D is #297482. Grayscale: #9F9F9F. Windows color (decimal): -2716803 or 8227798. OLE color: 8227798.
HSL color Cylindrical-coordinate representation of color #D68B7D: hue angle of 9.44º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D68B7D is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 125 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.16 |
| HSL | 9.44º | 0.52% | 0.66% | - |
| HSV(B) | 9.44º | 0.42% | 0.84% | - |
| XYZ | 40.67 | 34.24 | 23.87 | - |
| YUV | 159.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 125 | 0 | 0.35 | 0.42 | 0.16 | 9.44 | 0.52 | 0.66 |
| Hex | D6 | 8B | 7D | 0 | 23 | 2A | 10 | 9 | 34 | 42 |
| Octal | 326 | 213 | 175 | 0 | 43 | 52 | 20 | 11 | 64 | 102 |
| Binary | 11010110 | 10001011 | 1111101 | 0 | 100011 | 101010 | 10000 | 1001 | 110100 | 1000010 |
Color Harmonies of #D68B7D
Complementary color
Monochromatic Colors of #D68B7D
Black with #D68B7D
Text Example
Text Example
White with #D68B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B7D; }
p { color: rgb(214,139,125); }
H1.HeaderClassName
{
color: #D68B7D;
}
.AnyTagClassName
{
color: #D68B7D;
}
</style>
background-color css
<style>
a { background-color: #D68B7D; }
a { background-color: rgb(214,139,125); }
div.DivClassName
{
background-color: #D68B7D;
}
.BgClassName
{
background-color: #D68B7D;
}
</style>
border-color css
<style>
span { border-color: #D68B7D; }
span { border-color: rgb(214,139,125); }
td.TdClassName
{
border-color: #D68B7D;
}
.TagClassName
{
border-color: #D68B7D;
}
</style>