Shades of My Pink #D68F83
Tints of My Pink #D68F83
RGB
CMYK
RGB Variations
Color information
#D68F83 (or 0xD68F83) is known color: My Pink. HEX triplet: D6, 8F and 83. RGB value is (214,143,131). Sum of RGB (Red+Green+Blue) = 214+143+131=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68F83 is #29707C. Grayscale: #A2A2A2. Windows color (decimal): -2715773 or 8622038. OLE color: 8622038.
HSL color Cylindrical-coordinate representation of color #D68F83: hue angle of 8.67º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68F83 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 131 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.16 |
| HSL | 8.67º | 0.5% | 0.68% | - |
| HSV(B) | 8.67º | 0.39% | 0.84% | - |
| XYZ | 41.65 | 35.58 | 26.15 | - |
| YUV | 162.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 131 | 0 | 0.33 | 0.39 | 0.16 | 8.67 | 0.5 | 0.68 |
| Hex | D6 | 8F | 83 | 0 | 21 | 27 | 10 | 9 | 32 | 44 |
| Octal | 326 | 217 | 203 | 0 | 41 | 47 | 20 | 11 | 62 | 104 |
| Binary | 11010110 | 10001111 | 10000011 | 0 | 100001 | 100111 | 10000 | 1001 | 110010 | 1000100 |
Color Harmonies of #D68F83
Complementary color
Monochromatic Colors of #D68F83
Black with #D68F83
Text Example
Text Example
White with #D68F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F83; }
p { color: rgb(214,143,131); }
H1.HeaderClassName
{
color: #D68F83;
}
.AnyTagClassName
{
color: #D68F83;
}
</style>
background-color css
<style>
a { background-color: #D68F83; }
a { background-color: rgb(214,143,131); }
div.DivClassName
{
background-color: #D68F83;
}
.BgClassName
{
background-color: #D68F83;
}
</style>
border-color css
<style>
span { border-color: #D68F83; }
span { border-color: rgb(214,143,131); }
td.TdClassName
{
border-color: #D68F83;
}
.TagClassName
{
border-color: #D68F83;
}
</style>